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