#cacffb
a pale, electric blue · warm · closest name: lavender
RGB
202, 207, 251
HSL
234°, 86%, 89%
CMYK
20, 18, 0, 2
Luminance
0.6415
Every format
| HEX | #cacffb |
| RGB | rgb(202, 207, 251) |
| HSL | hsl(234, 86%, 89%) |
| CMYK | cmyk(20%, 18%, 0%, 2%) |
| LAB | lab(84.0 7.2 -22.1) |
| LCH | lch(84.0 23.2 288.1) |
| OKLCH | oklch(0.865 0.061 279.9) |
Copy-ready code
/* CSS */
color: #cacffb;
background-color: #cacffb;
/* Tailwind (arbitrary) */
class="text-[#cacffb] bg-[#cacffb]"
/* SCSS */
$brand: #cacffb;
/* SwiftUI */
Color(red: 0.792, green: 0.812, blue: 0.984)
/* Android */
Color.parseColor("#cacffb")Accessibility — WCAG contrast
Aa
#cacffb on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cacffb on black: 13.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green81.2%
Blue98.4%
CMYK percentages
Cyan19.5%
Magenta17.5%
Yellow0.0%
Key (black)1.6%
Color previews
#cacffb text on a black background
contrast 13.83:1
Card sample
#cacffb text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cacffb;
Background color
Panel with #cacffb background
background-color: #cacffb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cacffb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 207, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 207, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cacffb; background: linear-gradient(135deg, #cacffb, #E6CAFB);