#ce9ba2
a light, soft red · warm · closest name: pink
RGB
206, 155, 162
HSL
352°, 34%, 71%
CMYK
0, 25, 21, 19
Luminance
0.3917
Every format
| HEX | #ce9ba2 |
| RGB | rgb(206, 155, 162) |
| HSL | hsl(352, 34%, 71%) |
| CMYK | cmyk(0%, 25%, 21%, 19%) |
| LAB | lab(68.9 20.1 3.8) |
| LCH | lch(68.9 20.4 10.7) |
| OKLCH | oklch(0.739 0.062 9.5) |
Copy-ready code
/* CSS */
color: #ce9ba2;
background-color: #ce9ba2;
/* Tailwind (arbitrary) */
class="text-[#ce9ba2] bg-[#ce9ba2]"
/* SCSS */
$brand: #ce9ba2;
/* SwiftUI */
Color(red: 0.808, green: 0.608, blue: 0.635)
/* Android */
Color.parseColor("#ce9ba2")Accessibility — WCAG contrast
Aa
#ce9ba2 on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce9ba2 on black: 8.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green60.8%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta24.8%
Yellow21.4%
Key (black)19.2%
Color previews
#ce9ba2 text on a black background
contrast 8.83:1
Card sample
#ce9ba2 text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce9ba2;
Background color
Panel with #ce9ba2 background
background-color: #ce9ba2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce9ba2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 155, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 155, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce9ba2; background: linear-gradient(135deg, #ce9ba2, #CEB69B);