#cacefc
a pale, electric blue · warm · closest name: lavender
RGB
202, 206, 252
HSL
235°, 89%, 89%
CMYK
20, 18, 0, 1
Luminance
0.6373
Every format
| HEX | #cacefc |
| RGB | rgb(202, 206, 252) |
| HSL | hsl(235, 89%, 89%) |
| CMYK | cmyk(20%, 18%, 0%, 1%) |
| LAB | lab(83.8 8.0 -22.9) |
| LCH | lch(83.8 24.3 289.1) |
| OKLCH | oklch(0.864 0.064 281.1) |
Copy-ready code
/* CSS */
color: #cacefc;
background-color: #cacefc;
/* Tailwind (arbitrary) */
class="text-[#cacefc] bg-[#cacefc]"
/* SCSS */
$brand: #cacefc;
/* SwiftUI */
Color(red: 0.792, green: 0.808, blue: 0.988)
/* Android */
Color.parseColor("#cacefc")Accessibility — WCAG contrast
Aa
#cacefc on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cacefc on black: 13.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green80.8%
Blue98.8%
CMYK percentages
Cyan19.8%
Magenta18.3%
Yellow0.0%
Key (black)1.2%
Color previews
#cacefc text on a black background
contrast 13.75:1
Card sample
#cacefc text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cacefc;
Background color
Panel with #cacefc background
background-color: #cacefc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cacefc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 206, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 206, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cacefc; background: linear-gradient(135deg, #cacefc, #E7CAFC);