#cadefc
a pale, electric blue · cool · closest name: lavender
RGB
202, 222, 252
HSL
216°, 89%, 89%
CMYK
20, 12, 0, 1
Luminance
0.7183
Every format
| HEX | #cadefc |
| RGB | rgb(202, 222, 252) |
| HSL | hsl(216, 89%, 89%) |
| CMYK | cmyk(20%, 12%, 0%, 1%) |
| LAB | lab(87.9 -0.5 -16.8) |
| LCH | lch(87.9 16.8 268.3) |
| OKLCH | oklch(0.895 0.047 258.4) |
Copy-ready code
/* CSS */
color: #cadefc;
background-color: #cadefc;
/* Tailwind (arbitrary) */
class="text-[#cadefc] bg-[#cadefc]"
/* SCSS */
$brand: #cadefc;
/* SwiftUI */
Color(red: 0.792, green: 0.871, blue: 0.988)
/* Android */
Color.parseColor("#cadefc")Accessibility — WCAG contrast
Aa
#cadefc on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cadefc on black: 15.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green87.1%
Blue98.8%
CMYK percentages
Cyan19.8%
Magenta11.9%
Yellow0.0%
Key (black)1.2%
Color previews
#cadefc text on a black background
contrast 15.37:1
Card sample
#cadefc text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cadefc;
Background color
Panel with #cadefc background
background-color: #cadefc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cadefc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 222, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 222, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cadefc; background: linear-gradient(135deg, #cadefc, #D7CAFC);