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