#ce9375
a balanced, vivid orange · warm · closest name: tan
RGB
206, 147, 117
HSL
20°, 48%, 63%
CMYK
0, 29, 43, 19
Luminance
0.3527
Every format
| HEX | #ce9375 |
| RGB | rgb(206, 147, 117) |
| HSL | hsl(20, 48%, 63%) |
| CMYK | cmyk(0%, 29%, 43%, 19%) |
| LAB | lab(66.0 18.6 24.7) |
| LCH | lch(66.0 30.9 53.1) |
| OKLCH | oklch(0.714 0.083 47.9) |
Copy-ready code
/* CSS */
color: #ce9375;
background-color: #ce9375;
/* Tailwind (arbitrary) */
class="text-[#ce9375] bg-[#ce9375]"
/* SCSS */
$brand: #ce9375;
/* SwiftUI */
Color(red: 0.808, green: 0.576, blue: 0.459)
/* Android */
Color.parseColor("#ce9375")Accessibility — WCAG contrast
Aa
#ce9375 on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce9375 on black: 8.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green57.6%
Blue45.9%
CMYK percentages
Cyan0.0%
Magenta28.6%
Yellow43.2%
Key (black)19.2%
Color previews
#ce9375 text on a black background
contrast 8.05:1
Card sample
#ce9375 text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce9375;
Background color
Panel with #ce9375 background
background-color: #ce9375;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce9375;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 147, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 147, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce9375; background: linear-gradient(135deg, #ce9375, #CECE75);