#caddfe
a pale, electric blue · cool · closest name: lavender
RGB
202, 221, 254
HSL
218°, 96%, 89%
CMYK
21, 13, 0, 0
Luminance
0.7143
Every format
| HEX | #caddfe |
| RGB | rgb(202, 221, 254) |
| HSL | hsl(218, 96%, 89%) |
| CMYK | cmyk(21%, 13%, 0%, 0%) |
| LAB | lab(87.7 0.5 -18.1) |
| LCH | lch(87.7 18.2 271.5) |
| OKLCH | oklch(0.894 0.050 261.5) |
Copy-ready code
/* CSS */
color: #caddfe;
background-color: #caddfe;
/* Tailwind (arbitrary) */
class="text-[#caddfe] bg-[#caddfe]"
/* SCSS */
$brand: #caddfe;
/* SwiftUI */
Color(red: 0.792, green: 0.867, blue: 0.996)
/* Android */
Color.parseColor("#caddfe")Accessibility — WCAG contrast
Aa
#caddfe on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caddfe on black: 15.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green86.7%
Blue99.6%
CMYK percentages
Cyan20.5%
Magenta13.0%
Yellow0.0%
Key (black)0.4%
Color previews
#caddfe text on a black background
contrast 15.29:1
Card sample
#caddfe text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caddfe;
Background color
Panel with #caddfe background
background-color: #caddfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caddfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 221, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 221, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caddfe; background: linear-gradient(135deg, #caddfe, #DACAFE);