#cadfee
a pale, vivid blue · cool · closest name: lavender
RGB
202, 223, 238
HSL
205°, 51%, 86%
CMYK
15, 6, 0, 7
Luminance
0.7150
Every format
| HEX | #cadfee |
| RGB | rgb(202, 223, 238) |
| HSL | hsl(205, 51%, 86%) |
| CMYK | cmyk(15%, 6%, 0%, 7%) |
| LAB | lab(87.7 -4.0 -9.7) |
| LCH | lch(87.7 10.5 247.8) |
| OKLCH | oklch(0.893 0.030 238.9) |
Copy-ready code
/* CSS */
color: #cadfee;
background-color: #cadfee;
/* Tailwind (arbitrary) */
class="text-[#cadfee] bg-[#cadfee]"
/* SCSS */
$brand: #cadfee;
/* SwiftUI */
Color(red: 0.792, green: 0.875, blue: 0.933)
/* Android */
Color.parseColor("#cadfee")Accessibility — WCAG contrast
Aa
#cadfee on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cadfee on black: 15.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green87.5%
Blue93.3%
CMYK percentages
Cyan15.1%
Magenta6.3%
Yellow0.0%
Key (black)6.7%
Color previews
#cadfee text on a black background
contrast 15.30:1
Card sample
#cadfee text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cadfee;
Background color
Panel with #cadfee background
background-color: #cadfee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cadfee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 223, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 223, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cadfee; background: linear-gradient(135deg, #cadfee, #CDCAEE);