Nile
#afb982
Looking for the precise values behind Nile (#afb982)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #afb982 | |
|---|---|---|
| RGB | rgb(175, 185, 130) | |
| HSL | hsl(71, 28%, 62%) | |
| CMYK | cmyk(5%, 0%, 30%, 27%) | |
| LAB | lab(73, -10, 27) | |
| OKLCH | oklch(0.76 0.075 117) |
Color harmonies
Tints & shades
Code snippets
color: #afb982;
background-color: #afb982;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFAFB982)
/* Swift / UIKit */
UIColor(red: 0.69, green: 0.73, blue: 0.51, alpha: 1.0)