#cabfe2
a light, soft violet · warm · closest name: lavender
RGB
202, 191, 226
HSL
259°, 38%, 82%
CMYK
11, 16, 0, 11
Luminance
0.5531
Every format
| HEX | #cabfe2 |
| RGB | rgb(202, 191, 226) |
| HSL | hsl(259, 38%, 82%) |
| CMYK | cmyk(11%, 16%, 0%, 11%) |
| LAB | lab(79.2 10.5 -16.0) |
| LCH | lch(79.2 19.2 303.3) |
| OKLCH | oklch(0.825 0.050 299.7) |
Copy-ready code
/* CSS */
color: #cabfe2;
background-color: #cabfe2;
/* Tailwind (arbitrary) */
class="text-[#cabfe2] bg-[#cabfe2]"
/* SCSS */
$brand: #cabfe2;
/* SwiftUI */
Color(red: 0.792, green: 0.749, blue: 0.886)
/* Android */
Color.parseColor("#cabfe2")Accessibility — WCAG contrast
Aa
#cabfe2 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cabfe2 on black: 12.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green74.9%
Blue88.6%
CMYK percentages
Cyan10.6%
Magenta15.5%
Yellow0.0%
Key (black)11.4%
Color previews
#cabfe2 text on a black background
contrast 12.06:1
Card sample
#cabfe2 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cabfe2;
Background color
Panel with #cabfe2 background
background-color: #cabfe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cabfe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 191, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 191, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cabfe2; background: linear-gradient(135deg, #cabfe2, #E1BFE2);