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