#ce862f
a balanced, vivid orange · warm · closest name: peru
RGB
206, 134, 47
HSL
33°, 63%, 50%
CMYK
0, 35, 77, 19
Luminance
0.3038
Every format
| HEX | #ce862f |
| RGB | rgb(206, 134, 47) |
| HSL | hsl(33, 63%, 50%) |
| CMYK | cmyk(0%, 35%, 77%, 19%) |
| LAB | lab(62.0 20.5 55.4) |
| LCH | lch(62.0 59.0 69.7) |
| OKLCH | oklch(0.680 0.132 66.6) |
Copy-ready code
/* CSS */
color: #ce862f;
background-color: #ce862f;
/* Tailwind (arbitrary) */
class="text-[#ce862f] bg-[#ce862f]"
/* SCSS */
$brand: #ce862f;
/* SwiftUI */
Color(red: 0.808, green: 0.525, blue: 0.184)
/* Android */
Color.parseColor("#ce862f")Accessibility — WCAG contrast
Aa
#ce862f on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce862f on black: 7.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green52.5%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta35.0%
Yellow77.2%
Key (black)19.2%
Color previews
#ce862f text on a black background
contrast 7.08:1
Card sample
#ce862f text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce862f;
Background color
Panel with #ce862f background
background-color: #ce862f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce862f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 134, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 134, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce862f; background: linear-gradient(135deg, #ce862f, #ACCE2F);