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