#adcfdf
a light, soft cyan · cool · closest name: skyblue
RGB
173, 207, 223
HSL
199°, 44%, 78%
CMYK
22, 7, 0, 13
Luminance
0.5884
Every format
| HEX | #adcfdf |
| RGB | rgb(173, 207, 223) |
| HSL | hsl(199, 44%, 78%) |
| CMYK | cmyk(22%, 7%, 0%, 13%) |
| LAB | lab(81.2 -7.8 -11.7) |
| LCH | lch(81.2 14.0 236.2) |
| OKLCH | oklch(0.835 0.043 228.0) |
Copy-ready code
/* CSS */
color: #adcfdf;
background-color: #adcfdf;
/* Tailwind (arbitrary) */
class="text-[#adcfdf] bg-[#adcfdf]"
/* SCSS */
$brand: #adcfdf;
/* SwiftUI */
Color(red: 0.678, green: 0.812, blue: 0.875)
/* Android */
Color.parseColor("#adcfdf")Accessibility — WCAG contrast
Aa
#adcfdf on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adcfdf on black: 12.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green81.2%
Blue87.5%
CMYK percentages
Cyan22.4%
Magenta7.2%
Yellow0.0%
Key (black)12.5%
Color previews
#adcfdf text on a black background
contrast 12.77:1
Card sample
#adcfdf text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adcfdf;
Background color
Panel with #adcfdf background
background-color: #adcfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adcfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 207, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 207, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adcfdf; background: linear-gradient(135deg, #adcfdf, #ADADDF);