#ce9da0
a light, soft red · warm · closest name: pink
RGB
206, 157, 160
HSL
356°, 33%, 71%
CMYK
0, 24, 22, 19
Luminance
0.3977
Every format
| HEX | #ce9da0 |
| RGB | rgb(206, 157, 160) |
| HSL | hsl(356, 33%, 71%) |
| CMYK | cmyk(0%, 24%, 22%, 19%) |
| LAB | lab(69.3 18.6 5.5) |
| LCH | lch(69.3 19.4 16.5) |
| OKLCH | oklch(0.743 0.059 14.5) |
Copy-ready code
/* CSS */
color: #ce9da0;
background-color: #ce9da0;
/* Tailwind (arbitrary) */
class="text-[#ce9da0] bg-[#ce9da0]"
/* SCSS */
$brand: #ce9da0;
/* SwiftUI */
Color(red: 0.808, green: 0.616, blue: 0.627)
/* Android */
Color.parseColor("#ce9da0")Accessibility — WCAG contrast
Aa
#ce9da0 on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce9da0 on black: 8.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green61.6%
Blue62.7%
CMYK percentages
Cyan0.0%
Magenta23.8%
Yellow22.3%
Key (black)19.2%
Color previews
#ce9da0 text on a black background
contrast 8.95:1
Card sample
#ce9da0 text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce9da0;
Background color
Panel with #ce9da0 background
background-color: #ce9da0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce9da0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 157, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 157, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce9da0; background: linear-gradient(135deg, #ce9da0, #CEBB9D);