#ce9da8
a light, soft red · warm · closest name: pink
RGB
206, 157, 168
HSL
347°, 33%, 71%
CMYK
0, 24, 18, 19
Luminance
0.4006
Every format
| HEX | #ce9da8 |
| RGB | rgb(206, 157, 168) |
| HSL | hsl(347, 33%, 71%) |
| CMYK | cmyk(0%, 24%, 18%, 19%) |
| LAB | lab(69.5 19.9 1.4) |
| LCH | lch(69.5 19.9 3.9) |
| OKLCH | oklch(0.745 0.060 3.7) |
Copy-ready code
/* CSS */
color: #ce9da8;
background-color: #ce9da8;
/* Tailwind (arbitrary) */
class="text-[#ce9da8] bg-[#ce9da8]"
/* SCSS */
$brand: #ce9da8;
/* SwiftUI */
Color(red: 0.808, green: 0.616, blue: 0.659)
/* Android */
Color.parseColor("#ce9da8")Accessibility — WCAG contrast
Aa
#ce9da8 on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce9da8 on black: 9.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green61.6%
Blue65.9%
CMYK percentages
Cyan0.0%
Magenta23.8%
Yellow18.4%
Key (black)19.2%
Color previews
#ce9da8 text on a black background
contrast 9.01:1
Card sample
#ce9da8 text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce9da8;
Background color
Panel with #ce9da8 background
background-color: #ce9da8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce9da8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 157, 168, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 157, 168, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce9da8; background: linear-gradient(135deg, #ce9da8, #CEB39D);