#ce9f49
a balanced, vivid orange · warm · closest name: peru
RGB
206, 159, 73
HSL
39°, 58%, 55%
CMYK
0, 23, 65, 19
Luminance
0.3840
Every format
| HEX | #ce9f49 |
| RGB | rgb(206, 159, 73) |
| HSL | hsl(39, 58%, 55%) |
| CMYK | cmyk(0%, 23%, 65%, 19%) |
| LAB | lab(68.3 8.3 50.4) |
| LCH | lch(68.3 51.1 80.6) |
| OKLCH | oklch(0.730 0.117 80.2) |
Copy-ready code
/* CSS */
color: #ce9f49;
background-color: #ce9f49;
/* Tailwind (arbitrary) */
class="text-[#ce9f49] bg-[#ce9f49]"
/* SCSS */
$brand: #ce9f49;
/* SwiftUI */
Color(red: 0.808, green: 0.624, blue: 0.286)
/* Android */
Color.parseColor("#ce9f49")Accessibility — WCAG contrast
Aa
#ce9f49 on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce9f49 on black: 8.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green62.4%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta22.8%
Yellow64.6%
Key (black)19.2%
Color previews
#ce9f49 text on a black background
contrast 8.68:1
Card sample
#ce9f49 text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce9f49;
Background color
Panel with #ce9f49 background
background-color: #ce9f49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce9f49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 159, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 159, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce9f49; background: linear-gradient(135deg, #ce9f49, #A4CE49);