#ccadbb
a light, soft magenta / pink · warm · closest name: silver
RGB
204, 173, 187
HSL
333°, 23%, 74%
CMYK
0, 15, 8, 20
Luminance
0.4631
Every format
| HEX | #ccadbb |
| RGB | rgb(204, 173, 187) |
| HSL | hsl(333, 23%, 74%) |
| CMYK | cmyk(0%, 15%, 8%, 20%) |
| LAB | lab(73.8 13.6 -3.0) |
| LCH | lch(73.8 13.9 347.7) |
| OKLCH | oklch(0.779 0.041 349.1) |
Copy-ready code
/* CSS */
color: #ccadbb;
background-color: #ccadbb;
/* Tailwind (arbitrary) */
class="text-[#ccadbb] bg-[#ccadbb]"
/* SCSS */
$brand: #ccadbb;
/* SwiftUI */
Color(red: 0.800, green: 0.678, blue: 0.733)
/* Android */
Color.parseColor("#ccadbb")Accessibility — WCAG contrast
Aa
#ccadbb on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccadbb on black: 10.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green67.8%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta15.2%
Yellow8.3%
Key (black)20.0%
Color previews
#ccadbb text on a black background
contrast 10.26:1
Card sample
#ccadbb text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccadbb;
Background color
Panel with #ccadbb background
background-color: #ccadbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccadbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 173, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 173, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccadbb; background: linear-gradient(135deg, #ccadbb, #CCB4AD);