#ce8d99
a light, soft red · warm · closest name: pink
RGB
206, 141, 153
HSL
349°, 40%, 68%
CMYK
0, 32, 26, 19
Luminance
0.3447
Every format
| HEX | #ce8d99 |
| RGB | rgb(206, 141, 153) |
| HSL | hsl(349, 40%, 68%) |
| CMYK | cmyk(0%, 32%, 26%, 19%) |
| LAB | lab(65.3 26.4 3.7) |
| LCH | lch(65.3 26.6 8.0) |
| OKLCH | oklch(0.711 0.080 7.2) |
Copy-ready code
/* CSS */
color: #ce8d99;
background-color: #ce8d99;
/* Tailwind (arbitrary) */
class="text-[#ce8d99] bg-[#ce8d99]"
/* SCSS */
$brand: #ce8d99;
/* SwiftUI */
Color(red: 0.808, green: 0.553, blue: 0.600)
/* Android */
Color.parseColor("#ce8d99")Accessibility — WCAG contrast
Aa
#ce8d99 on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce8d99 on black: 7.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green55.3%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta31.6%
Yellow25.7%
Key (black)19.2%
Color previews
#ce8d99 text on a black background
contrast 7.89:1
Card sample
#ce8d99 text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce8d99;
Background color
Panel with #ce8d99 background
background-color: #ce8d99;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce8d99;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 141, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 141, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce8d99; background: linear-gradient(135deg, #ce8d99, #CEAC8D);