#cadcfc
a pale, electric blue · cool · closest name: lavender
RGB
202, 220, 252
HSL
218°, 89%, 89%
CMYK
20, 13, 0, 1
Luminance
0.7077
Every format
| HEX | #cadcfc |
| RGB | rgb(202, 220, 252) |
| HSL | hsl(218, 89%, 89%) |
| CMYK | cmyk(20%, 13%, 0%, 1%) |
| LAB | lab(87.4 0.6 -17.6) |
| LCH | lch(87.4 17.6 271.8) |
| OKLCH | oklch(0.891 0.048 262.0) |
Copy-ready code
/* CSS */
color: #cadcfc;
background-color: #cadcfc;
/* Tailwind (arbitrary) */
class="text-[#cadcfc] bg-[#cadcfc]"
/* SCSS */
$brand: #cadcfc;
/* SwiftUI */
Color(red: 0.792, green: 0.863, blue: 0.988)
/* Android */
Color.parseColor("#cadcfc")Accessibility — WCAG contrast
Aa
#cadcfc on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cadcfc on black: 15.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green86.3%
Blue98.8%
CMYK percentages
Cyan19.8%
Magenta12.7%
Yellow0.0%
Key (black)1.2%
Color previews
#cadcfc text on a black background
contrast 15.15:1
Card sample
#cadcfc text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cadcfc;
Background color
Panel with #cadcfc background
background-color: #cadcfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cadcfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 220, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 220, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cadcfc; background: linear-gradient(135deg, #cadcfc, #D9CAFC);