#cadfda
a light, soft cyan · cool · closest name: silver
RGB
202, 223, 218
HSL
166°, 25%, 83%
CMYK
9, 0, 2, 13
Luminance
0.7039
Every format
| HEX | #cadfda |
| RGB | rgb(202, 223, 218) |
| HSL | hsl(166, 25%, 83%) |
| CMYK | cmyk(9%, 0%, 2%, 13%) |
| LAB | lab(87.2 -7.9 0.1) |
| LCH | lch(87.2 7.9 179.6) |
| OKLCH | oklch(0.887 0.023 179.9) |
Copy-ready code
/* CSS */
color: #cadfda;
background-color: #cadfda;
/* Tailwind (arbitrary) */
class="text-[#cadfda] bg-[#cadfda]"
/* SCSS */
$brand: #cadfda;
/* SwiftUI */
Color(red: 0.792, green: 0.875, blue: 0.855)
/* Android */
Color.parseColor("#cadfda")Accessibility — WCAG contrast
Aa
#cadfda on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cadfda on black: 15.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green87.5%
Blue85.5%
CMYK percentages
Cyan9.4%
Magenta0.0%
Yellow2.2%
Key (black)12.5%
Color previews
#cadfda text on a black background
contrast 15.08:1
Card sample
#cadfda text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cadfda;
Background color
Panel with #cadfda background
background-color: #cadfda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cadfda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 223, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 223, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cadfda; background: linear-gradient(135deg, #cadfda, #CAD6DF);