#caceff
a pale, electric blue · warm · closest name: lavender
RGB
202, 206, 255
HSL
236°, 100%, 90%
CMYK
21, 19, 0, 0
Luminance
0.6392
Every format
| HEX | #caceff |
| RGB | rgb(202, 206, 255) |
| HSL | hsl(236, 100%, 90%) |
| CMYK | cmyk(21%, 19%, 0%, 0%) |
| LAB | lab(83.9 8.6 -24.4) |
| LCH | lch(83.9 25.9 289.5) |
| OKLCH | oklch(0.865 0.068 281.2) |
Copy-ready code
/* CSS */
color: #caceff;
background-color: #caceff;
/* Tailwind (arbitrary) */
class="text-[#caceff] bg-[#caceff]"
/* SCSS */
$brand: #caceff;
/* SwiftUI */
Color(red: 0.792, green: 0.808, blue: 1.000)
/* Android */
Color.parseColor("#caceff")Accessibility — WCAG contrast
Aa
#caceff on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caceff on black: 13.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green80.8%
Blue100.0%
CMYK percentages
Cyan20.8%
Magenta19.2%
Yellow0.0%
Key (black)0.0%
Color previews
#caceff text on a black background
contrast 13.78:1
Card sample
#caceff text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caceff;
Background color
Panel with #caceff background
background-color: #caceff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caceff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 206, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 206, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caceff; background: linear-gradient(135deg, #caceff, #E9CAFF);