#cbbfdf
a light, soft violet · warm · closest name: lavender
RGB
203, 191, 223
HSL
263°, 33%, 81%
CMYK
9, 14, 0, 13
Luminance
0.5529
Every format
| HEX | #cbbfdf |
| RGB | rgb(203, 191, 223) |
| HSL | hsl(263, 33%, 81%) |
| CMYK | cmyk(9%, 14%, 0%, 13%) |
| LAB | lab(79.2 10.2 -14.4) |
| LCH | lch(79.2 17.7 305.4) |
| OKLCH | oklch(0.825 0.046 302.4) |
Copy-ready code
/* CSS */
color: #cbbfdf;
background-color: #cbbfdf;
/* Tailwind (arbitrary) */
class="text-[#cbbfdf] bg-[#cbbfdf]"
/* SCSS */
$brand: #cbbfdf;
/* SwiftUI */
Color(red: 0.796, green: 0.749, blue: 0.875)
/* Android */
Color.parseColor("#cbbfdf")Accessibility — WCAG contrast
Aa
#cbbfdf on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbbfdf on black: 12.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green74.9%
Blue87.5%
CMYK percentages
Cyan9.0%
Magenta14.3%
Yellow0.0%
Key (black)12.5%
Color previews
#cbbfdf text on a black background
contrast 12.06:1
Card sample
#cbbfdf text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbbfdf;
Background color
Panel with #cbbfdf background
background-color: #cbbfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbbfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 191, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 191, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbbfdf; background: linear-gradient(135deg, #cbbfdf, #DFBFDE);