#cea28f
a light, soft orange · warm · closest name: tan
RGB
206, 162, 143
HSL
18°, 39%, 68%
CMYK
0, 21, 31, 19
Luminance
0.4095
Every format
| HEX | #cea28f |
| RGB | rgb(206, 162, 143) |
| HSL | hsl(18, 39%, 68%) |
| CMYK | cmyk(0%, 21%, 31%, 19%) |
| LAB | lab(70.1 13.5 16.1) |
| LCH | lch(70.1 21.0 50.0) |
| OKLCH | oklch(0.748 0.059 44.5) |
Copy-ready code
/* CSS */
color: #cea28f;
background-color: #cea28f;
/* Tailwind (arbitrary) */
class="text-[#cea28f] bg-[#cea28f]"
/* SCSS */
$brand: #cea28f;
/* SwiftUI */
Color(red: 0.808, green: 0.635, blue: 0.561)
/* Android */
Color.parseColor("#cea28f")Accessibility — WCAG contrast
Aa
#cea28f on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cea28f on black: 9.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green63.5%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta21.4%
Yellow30.6%
Key (black)19.2%
Color previews
#cea28f text on a black background
contrast 9.19:1
Card sample
#cea28f text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cea28f;
Background color
Panel with #cea28f background
background-color: #cea28f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cea28f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 162, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 162, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cea28f; background: linear-gradient(135deg, #cea28f, #CECC8F);