#cfb4cb
a light, soft magenta / pink · warm · closest name: silver
RGB
207, 180, 203
HSL
309°, 22%, 76%
CMYK
0, 13, 2, 19
Luminance
0.5022
Every format
| HEX | #cfb4cb |
| RGB | rgb(207, 180, 203) |
| HSL | hsl(309, 22%, 76%) |
| CMYK | cmyk(0%, 13%, 2%, 19%) |
| LAB | lab(76.2 13.7 -8.0) |
| LCH | lch(76.2 15.8 329.6) |
| OKLCH | oklch(0.800 0.044 330.9) |
Copy-ready code
/* CSS */
color: #cfb4cb;
background-color: #cfb4cb;
/* Tailwind (arbitrary) */
class="text-[#cfb4cb] bg-[#cfb4cb]"
/* SCSS */
$brand: #cfb4cb;
/* SwiftUI */
Color(red: 0.812, green: 0.706, blue: 0.796)
/* Android */
Color.parseColor("#cfb4cb")Accessibility — WCAG contrast
Aa
#cfb4cb on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb4cb on black: 11.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green70.6%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta13.0%
Yellow1.9%
Key (black)18.8%
Color previews
#cfb4cb text on a black background
contrast 11.04:1
Card sample
#cfb4cb text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb4cb;
Background color
Panel with #cfb4cb background
background-color: #cfb4cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb4cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 180, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 180, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb4cb; background: linear-gradient(135deg, #cfb4cb, #CFB4B9);