#cacfff
a pale, electric blue · warm · closest name: lavender
RGB
202, 207, 255
HSL
234°, 100%, 90%
CMYK
21, 19, 0, 0
Luminance
0.6440
Every format
| HEX | #cacfff |
| RGB | rgb(202, 207, 255) |
| HSL | hsl(234, 100%, 90%) |
| CMYK | cmyk(21%, 19%, 0%, 0%) |
| LAB | lab(84.2 8.1 -24.0) |
| LCH | lch(84.2 25.3 288.6) |
| OKLCH | oklch(0.867 0.067 280.2) |
Copy-ready code
/* CSS */
color: #cacfff;
background-color: #cacfff;
/* Tailwind (arbitrary) */
class="text-[#cacfff] bg-[#cacfff]"
/* SCSS */
$brand: #cacfff;
/* SwiftUI */
Color(red: 0.792, green: 0.812, blue: 1.000)
/* Android */
Color.parseColor("#cacfff")Accessibility — WCAG contrast
Aa
#cacfff on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cacfff on black: 13.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green81.2%
Blue100.0%
CMYK percentages
Cyan20.8%
Magenta18.8%
Yellow0.0%
Key (black)0.0%
Color previews
#cacfff text on a black background
contrast 13.88:1
Card sample
#cacfff text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cacfff;
Background color
Panel with #cacfff background
background-color: #cacfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cacfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 207, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 207, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cacfff; background: linear-gradient(135deg, #cacfff, #E8CAFF);