#ce9f2f
a balanced, vivid yellow · warm · closest name: peru
RGB
206, 159, 47
HSL
42°, 63%, 50%
CMYK
0, 23, 77, 19
Luminance
0.3812
Every format
| HEX | #ce9f2f |
| RGB | rgb(206, 159, 47) |
| HSL | hsl(42, 63%, 50%) |
| CMYK | cmyk(0%, 23%, 77%, 19%) |
| LAB | lab(68.1 7.0 61.2) |
| LCH | lch(68.1 61.6 83.5) |
| OKLCH | oklch(0.728 0.134 84.5) |
Copy-ready code
/* CSS */
color: #ce9f2f;
background-color: #ce9f2f;
/* Tailwind (arbitrary) */
class="text-[#ce9f2f] bg-[#ce9f2f]"
/* SCSS */
$brand: #ce9f2f;
/* SwiftUI */
Color(red: 0.808, green: 0.624, blue: 0.184)
/* Android */
Color.parseColor("#ce9f2f")Accessibility — WCAG contrast
Aa
#ce9f2f on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce9f2f on black: 8.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green62.4%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta22.8%
Yellow77.2%
Key (black)19.2%
Color previews
#ce9f2f text on a black background
contrast 8.62:1
Card sample
#ce9f2f text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce9f2f;
Background color
Panel with #ce9f2f background
background-color: #ce9f2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce9f2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 159, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 159, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce9f2f; background: linear-gradient(135deg, #ce9f2f, #93CE2F);