#cbaecc
a light, soft magenta / pink · warm · closest name: pink
RGB
203, 174, 204
HSL
298°, 23%, 74%
CMYK
1, 15, 0, 20
Luminance
0.4733
Every format
| HEX | #cbaecc |
| RGB | rgb(203, 174, 204) |
| HSL | hsl(298, 23%, 74%) |
| CMYK | cmyk(1%, 15%, 0%, 20%) |
| LAB | lab(74.4 15.8 -11.3) |
| LCH | lch(74.4 19.4 324.3) |
| OKLCH | oklch(0.785 0.053 325.0) |
Copy-ready code
/* CSS */
color: #cbaecc;
background-color: #cbaecc;
/* Tailwind (arbitrary) */
class="text-[#cbaecc] bg-[#cbaecc]"
/* SCSS */
$brand: #cbaecc;
/* SwiftUI */
Color(red: 0.796, green: 0.682, blue: 0.800)
/* Android */
Color.parseColor("#cbaecc")Accessibility — WCAG contrast
Aa
#cbaecc on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbaecc on black: 10.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green68.2%
Blue80.0%
CMYK percentages
Cyan0.5%
Magenta14.7%
Yellow0.0%
Key (black)20.0%
Color previews
#cbaecc text on a black background
contrast 10.47:1
Card sample
#cbaecc text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbaecc;
Background color
Panel with #cbaecc background
background-color: #cbaecc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbaecc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 174, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 174, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbaecc; background: linear-gradient(135deg, #cbaecc, #CCAEB9);