#ce7f39
a balanced, vivid orange · warm · closest name: peru
RGB
206, 127, 57
HSL
28°, 60%, 52%
CMYK
0, 38, 72, 19
Luminance
0.2860
Every format
| HEX | #ce7f39 |
| RGB | rgb(206, 127, 57) |
| HSL | hsl(28, 60%, 52%) |
| CMYK | cmyk(0%, 38%, 72%, 19%) |
| LAB | lab(60.4 24.8 49.4) |
| LCH | lch(60.4 55.2 63.4) |
| OKLCH | oklch(0.668 0.129 59.0) |
Copy-ready code
/* CSS */
color: #ce7f39;
background-color: #ce7f39;
/* Tailwind (arbitrary) */
class="text-[#ce7f39] bg-[#ce7f39]"
/* SCSS */
$brand: #ce7f39;
/* SwiftUI */
Color(red: 0.808, green: 0.498, blue: 0.224)
/* Android */
Color.parseColor("#ce7f39")Accessibility — WCAG contrast
Aa
#ce7f39 on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce7f39 on black: 6.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green49.8%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta38.3%
Yellow72.3%
Key (black)19.2%
Color previews
#ce7f39 text on a black background
contrast 6.72:1
Card sample
#ce7f39 text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce7f39;
Background color
Panel with #ce7f39 background
background-color: #ce7f39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce7f39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 127, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 127, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce7f39; background: linear-gradient(135deg, #ce7f39, #BACE39);