#ce855c
a balanced, vivid orange · warm · closest name: peru
RGB
206, 133, 92
HSL
22°, 54%, 58%
CMYK
0, 35, 55, 19
Luminance
0.3067
Every format
| HEX | #ce855c |
| RGB | rgb(206, 133, 92) |
| HSL | hsl(22, 54%, 58%) |
| CMYK | cmyk(0%, 35%, 55%, 19%) |
| LAB | lab(62.2 23.8 33.5) |
| LCH | lch(62.2 41.1 54.6) |
| OKLCH | oklch(0.683 0.106 49.6) |
Copy-ready code
/* CSS */
color: #ce855c;
background-color: #ce855c;
/* Tailwind (arbitrary) */
class="text-[#ce855c] bg-[#ce855c]"
/* SCSS */
$brand: #ce855c;
/* SwiftUI */
Color(red: 0.808, green: 0.522, blue: 0.361)
/* Android */
Color.parseColor("#ce855c")Accessibility — WCAG contrast
Aa
#ce855c on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce855c on black: 7.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green52.2%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta35.4%
Yellow55.3%
Key (black)19.2%
Color previews
#ce855c text on a black background
contrast 7.13:1
Card sample
#ce855c text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce855c;
Background color
Panel with #ce855c background
background-color: #ce855c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce855c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 133, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 133, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce855c; background: linear-gradient(135deg, #ce855c, #CBCE5C);