#ce8f7f
a light, soft red · warm · closest name: tan
RGB
206, 143, 127
HSL
12°, 45%, 65%
CMYK
0, 31, 38, 19
Luminance
0.3430
Every format
| HEX | #ce8f7f |
| RGB | rgb(206, 143, 127) |
| HSL | hsl(12, 45%, 65%) |
| CMYK | cmyk(0%, 31%, 38%, 19%) |
| LAB | lab(65.2 21.9 18.1) |
| LCH | lch(65.2 28.4 39.6) |
| OKLCH | oklch(0.708 0.081 34.8) |
Copy-ready code
/* CSS */
color: #ce8f7f;
background-color: #ce8f7f;
/* Tailwind (arbitrary) */
class="text-[#ce8f7f] bg-[#ce8f7f]"
/* SCSS */
$brand: #ce8f7f;
/* SwiftUI */
Color(red: 0.808, green: 0.561, blue: 0.498)
/* Android */
Color.parseColor("#ce8f7f")Accessibility — WCAG contrast
Aa
#ce8f7f on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce8f7f on black: 7.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green56.1%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta30.6%
Yellow38.3%
Key (black)19.2%
Color previews
#ce8f7f text on a black background
contrast 7.86:1
Card sample
#ce8f7f text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce8f7f;
Background color
Panel with #ce8f7f background
background-color: #ce8f7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce8f7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 143, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 143, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce8f7f; background: linear-gradient(135deg, #ce8f7f, #CEC47F);