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