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