#ce6f2f
a balanced, vivid orange · warm · closest name: chocolate
RGB
206, 111, 47
HSL
24°, 63%, 50%
CMYK
0, 46, 77, 19
Luminance
0.2470
Every format
| HEX | #ce6f2f |
| RGB | rgb(206, 111, 47) |
| HSL | hsl(24, 63%, 50%) |
| CMYK | cmyk(0%, 46%, 77%, 19%) |
| LAB | lab(56.8 32.9 50.3) |
| LCH | lch(56.8 60.1 56.8) |
| OKLCH | oklch(0.640 0.142 51.0) |
Copy-ready code
/* CSS */
color: #ce6f2f;
background-color: #ce6f2f;
/* Tailwind (arbitrary) */
class="text-[#ce6f2f] bg-[#ce6f2f]"
/* SCSS */
$brand: #ce6f2f;
/* SwiftUI */
Color(red: 0.808, green: 0.435, blue: 0.184)
/* Android */
Color.parseColor("#ce6f2f")Accessibility — WCAG contrast
Aa
#ce6f2f on white: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce6f2f on black: 5.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green43.5%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta46.1%
Yellow77.2%
Key (black)19.2%
Color previews
#ce6f2f text on a black background
contrast 5.94:1
Card sample
#ce6f2f text on a white background
contrast 3.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce6f2f;
Background color
Panel with #ce6f2f background
background-color: #ce6f2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce6f2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 111, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 111, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce6f2f; background: linear-gradient(135deg, #ce6f2f, #C3CE2F);