#cabef3
a light, vivid blue · warm · closest name: plum
RGB
202, 190, 243
HSL
254°, 69%, 85%
CMYK
17, 22, 0, 5
Luminance
0.5585
Every format
| HEX | #cabef3 |
| RGB | rgb(202, 190, 243) |
| HSL | hsl(254, 69%, 85%) |
| CMYK | cmyk(17%, 22%, 0%, 5%) |
| LAB | lab(79.5 14.6 -24.7) |
| LCH | lch(79.5 28.7 300.6) |
| OKLCH | oklch(0.829 0.074 295.1) |
Copy-ready code
/* CSS */
color: #cabef3;
background-color: #cabef3;
/* Tailwind (arbitrary) */
class="text-[#cabef3] bg-[#cabef3]"
/* SCSS */
$brand: #cabef3;
/* SwiftUI */
Color(red: 0.792, green: 0.745, blue: 0.953)
/* Android */
Color.parseColor("#cabef3")Accessibility — WCAG contrast
Aa
#cabef3 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cabef3 on black: 12.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green74.5%
Blue95.3%
CMYK percentages
Cyan16.9%
Magenta21.8%
Yellow0.0%
Key (black)4.7%
Color previews
#cabef3 text on a black background
contrast 12.17:1
Card sample
#cabef3 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cabef3;
Background color
Panel with #cabef3 background
background-color: #cabef3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cabef3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 190, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 190, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cabef3; background: linear-gradient(135deg, #cabef3, #EDBEF3);