#cabfec
a light, vivid blue · warm · closest name: lavender
RGB
202, 191, 236
HSL
255°, 54%, 84%
CMYK
14, 19, 0, 8
Luminance
0.5587
Every format
| HEX | #cabfec |
| RGB | rgb(202, 191, 236) |
| HSL | hsl(255, 54%, 84%) |
| CMYK | cmyk(14%, 19%, 0%, 8%) |
| LAB | lab(79.5 12.6 -20.9) |
| LCH | lch(79.5 24.4 301.0) |
| OKLCH | oklch(0.828 0.063 296.2) |
Copy-ready code
/* CSS */
color: #cabfec;
background-color: #cabfec;
/* Tailwind (arbitrary) */
class="text-[#cabfec] bg-[#cabfec]"
/* SCSS */
$brand: #cabfec;
/* SwiftUI */
Color(red: 0.792, green: 0.749, blue: 0.925)
/* Android */
Color.parseColor("#cabfec")Accessibility — WCAG contrast
Aa
#cabfec on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cabfec on black: 12.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green74.9%
Blue92.5%
CMYK percentages
Cyan14.4%
Magenta19.1%
Yellow0.0%
Key (black)7.5%
Color previews
#cabfec text on a black background
contrast 12.17:1
Card sample
#cabfec text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cabfec;
Background color
Panel with #cabfec background
background-color: #cabfec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cabfec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 191, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 191, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cabfec; background: linear-gradient(135deg, #cabfec, #E8BFEC);