#ce9b49
a balanced, vivid orange · warm · closest name: peru
RGB
206, 155, 73
HSL
37°, 58%, 55%
CMYK
0, 25, 65, 19
Luminance
0.3705
Every format
| HEX | #ce9b49 |
| RGB | rgb(206, 155, 73) |
| HSL | hsl(37, 58%, 55%) |
| CMYK | cmyk(0%, 25%, 65%, 19%) |
| LAB | lab(67.3 10.5 49.3) |
| LCH | lch(67.3 50.4 78.0) |
| OKLCH | oklch(0.722 0.116 76.9) |
Copy-ready code
/* CSS */
color: #ce9b49;
background-color: #ce9b49;
/* Tailwind (arbitrary) */
class="text-[#ce9b49] bg-[#ce9b49]"
/* SCSS */
$brand: #ce9b49;
/* SwiftUI */
Color(red: 0.808, green: 0.608, blue: 0.286)
/* Android */
Color.parseColor("#ce9b49")Accessibility — WCAG contrast
Aa
#ce9b49 on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce9b49 on black: 8.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green60.8%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta24.8%
Yellow64.6%
Key (black)19.2%
Color previews
#ce9b49 text on a black background
contrast 8.41:1
Card sample
#ce9b49 text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce9b49;
Background color
Panel with #ce9b49 background
background-color: #ce9b49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce9b49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 155, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 155, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce9b49; background: linear-gradient(135deg, #ce9b49, #A8CE49);