#cbbfd2
a light, soft violet · warm · closest name: silver
RGB
203, 191, 210
HSL
278°, 17%, 79%
CMYK
3, 9, 0, 18
Luminance
0.5461
Every format
| HEX | #cbbfd2 |
| RGB | rgb(203, 191, 210) |
| HSL | hsl(278, 17%, 79%) |
| CMYK | cmyk(3%, 9%, 0%, 18%) |
| LAB | lab(78.8 7.7 -8.0) |
| LCH | lch(78.8 11.1 313.9) |
| OKLCH | oklch(0.820 0.029 313.3) |
Copy-ready code
/* CSS */
color: #cbbfd2;
background-color: #cbbfd2;
/* Tailwind (arbitrary) */
class="text-[#cbbfd2] bg-[#cbbfd2]"
/* SCSS */
$brand: #cbbfd2;
/* SwiftUI */
Color(red: 0.796, green: 0.749, blue: 0.824)
/* Android */
Color.parseColor("#cbbfd2")Accessibility — WCAG contrast
Aa
#cbbfd2 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbbfd2 on black: 11.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green74.9%
Blue82.4%
CMYK percentages
Cyan3.3%
Magenta9.0%
Yellow0.0%
Key (black)17.6%
Color previews
#cbbfd2 text on a black background
contrast 11.92:1
Card sample
#cbbfd2 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbbfd2;
Background color
Panel with #cbbfd2 background
background-color: #cbbfd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbbfd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 191, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 191, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbbfd2; background: linear-gradient(135deg, #cbbfd2, #D2BFCC);