#ce992f
a balanced, vivid yellow · warm · closest name: peru
RGB
206, 153, 47
HSL
40°, 63%, 50%
CMYK
0, 26, 77, 19
Luminance
0.3611
Every format
| HEX | #ce992f |
| RGB | rgb(206, 153, 47) |
| HSL | hsl(40, 63%, 50%) |
| CMYK | cmyk(0%, 26%, 77%, 19%) |
| LAB | lab(66.6 10.2 59.8) |
| LCH | lch(66.6 60.6 80.3) |
| OKLCH | oklch(0.716 0.132 80.3) |
Copy-ready code
/* CSS */
color: #ce992f;
background-color: #ce992f;
/* Tailwind (arbitrary) */
class="text-[#ce992f] bg-[#ce992f]"
/* SCSS */
$brand: #ce992f;
/* SwiftUI */
Color(red: 0.808, green: 0.600, blue: 0.184)
/* Android */
Color.parseColor("#ce992f")Accessibility — WCAG contrast
Aa
#ce992f on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce992f on black: 8.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green60.0%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta25.7%
Yellow77.2%
Key (black)19.2%
Color previews
#ce992f text on a black background
contrast 8.22:1
Card sample
#ce992f text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce992f;
Background color
Panel with #ce992f background
background-color: #ce992f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce992f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 153, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 153, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce992f; background: linear-gradient(135deg, #ce992f, #99CE2F);