#ce9c2f
a balanced, vivid yellow · warm · closest name: peru
RGB
206, 156, 47
HSL
41°, 63%, 50%
CMYK
0, 24, 77, 19
Luminance
0.3710
Every format
| HEX | #ce9c2f |
| RGB | rgb(206, 156, 47) |
| HSL | hsl(41, 63%, 50%) |
| CMYK | cmyk(0%, 24%, 77%, 19%) |
| LAB | lab(67.4 8.6 60.5) |
| LCH | lch(67.4 61.1 81.9) |
| OKLCH | oklch(0.722 0.133 82.4) |
Copy-ready code
/* CSS */
color: #ce9c2f;
background-color: #ce9c2f;
/* Tailwind (arbitrary) */
class="text-[#ce9c2f] bg-[#ce9c2f]"
/* SCSS */
$brand: #ce9c2f;
/* SwiftUI */
Color(red: 0.808, green: 0.612, blue: 0.184)
/* Android */
Color.parseColor("#ce9c2f")Accessibility — WCAG contrast
Aa
#ce9c2f on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce9c2f on black: 8.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green61.2%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta24.3%
Yellow77.2%
Key (black)19.2%
Color previews
#ce9c2f text on a black background
contrast 8.42:1
Card sample
#ce9c2f text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce9c2f;
Background color
Panel with #ce9c2f background
background-color: #ce9c2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce9c2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 156, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 156, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce9c2f; background: linear-gradient(135deg, #ce9c2f, #96CE2F);