#cadfe7
a light, soft cyan · cool · closest name: lavender
RGB
202, 223, 231
HSL
197°, 38%, 85%
CMYK
13, 4, 0, 9
Luminance
0.7110
Every format
| HEX | #cadfe7 |
| RGB | rgb(202, 223, 231) |
| HSL | hsl(197, 38%, 85%) |
| CMYK | cmyk(13%, 4%, 0%, 9%) |
| LAB | lab(87.5 -5.4 -6.3) |
| LCH | lch(87.5 8.3 229.4) |
| OKLCH | oklch(0.890 0.025 222.6) |
Copy-ready code
/* CSS */
color: #cadfe7;
background-color: #cadfe7;
/* Tailwind (arbitrary) */
class="text-[#cadfe7] bg-[#cadfe7]"
/* SCSS */
$brand: #cadfe7;
/* SwiftUI */
Color(red: 0.792, green: 0.875, blue: 0.906)
/* Android */
Color.parseColor("#cadfe7")Accessibility — WCAG contrast
Aa
#cadfe7 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cadfe7 on black: 15.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green87.5%
Blue90.6%
CMYK percentages
Cyan12.6%
Magenta3.5%
Yellow0.0%
Key (black)9.4%
Color previews
#cadfe7 text on a black background
contrast 15.22:1
Card sample
#cadfe7 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cadfe7;
Background color
Panel with #cadfe7 background
background-color: #cadfe7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cadfe7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 223, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 223, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cadfe7; background: linear-gradient(135deg, #cadfe7, #CACCE7);