#cfb6cb
a light, soft magenta / pink · warm · closest name: silver
RGB
207, 182, 203
HSL
310°, 21%, 76%
CMYK
0, 12, 2, 19
Luminance
0.5103
Every format
| HEX | #cfb6cb |
| RGB | rgb(207, 182, 203) |
| HSL | hsl(310, 21%, 76%) |
| CMYK | cmyk(0%, 12%, 2%, 19%) |
| LAB | lab(76.7 12.6 -7.3) |
| LCH | lch(76.7 14.6 329.9) |
| OKLCH | oklch(0.804 0.040 331.2) |
Copy-ready code
/* CSS */
color: #cfb6cb;
background-color: #cfb6cb;
/* Tailwind (arbitrary) */
class="text-[#cfb6cb] bg-[#cfb6cb]"
/* SCSS */
$brand: #cfb6cb;
/* SwiftUI */
Color(red: 0.812, green: 0.714, blue: 0.796)
/* Android */
Color.parseColor("#cfb6cb")Accessibility — WCAG contrast
Aa
#cfb6cb on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb6cb on black: 11.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green71.4%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta12.1%
Yellow1.9%
Key (black)18.8%
Color previews
#cfb6cb text on a black background
contrast 11.21:1
Card sample
#cfb6cb text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb6cb;
Background color
Panel with #cfb6cb background
background-color: #cfb6cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb6cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 182, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 182, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb6cb; background: linear-gradient(135deg, #cfb6cb, #CFB6BA);