#cfb0cb
a light, soft magenta / pink · warm · closest name: pink
RGB
207, 176, 203
HSL
308°, 24%, 75%
CMYK
0, 15, 2, 19
Luminance
0.4863
Every format
| HEX | #cfb0cb |
| RGB | rgb(207, 176, 203) |
| HSL | hsl(308, 24%, 75%) |
| CMYK | cmyk(0%, 15%, 2%, 19%) |
| LAB | lab(75.2 15.8 -9.5) |
| LCH | lch(75.2 18.5 329.0) |
| OKLCH | oklch(0.792 0.051 330.3) |
Copy-ready code
/* CSS */
color: #cfb0cb;
background-color: #cfb0cb;
/* Tailwind (arbitrary) */
class="text-[#cfb0cb] bg-[#cfb0cb]"
/* SCSS */
$brand: #cfb0cb;
/* SwiftUI */
Color(red: 0.812, green: 0.690, blue: 0.796)
/* Android */
Color.parseColor("#cfb0cb")Accessibility — WCAG contrast
Aa
#cfb0cb on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb0cb on black: 10.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green69.0%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta15.0%
Yellow1.9%
Key (black)18.8%
Color previews
#cfb0cb text on a black background
contrast 10.73:1
Card sample
#cfb0cb text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb0cb;
Background color
Panel with #cfb0cb background
background-color: #cfb0cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb0cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 176, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 176, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb0cb; background: linear-gradient(135deg, #cfb0cb, #CFB0B6);