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