#adcfd0
a light, soft cyan · cool · closest name: silver
RGB
173, 207, 208
HSL
182°, 27%, 75%
CMYK
17, 1, 0, 18
Luminance
0.5806
Every format
| HEX | #adcfd0 |
| RGB | rgb(173, 207, 208) |
| HSL | hsl(182, 27%, 75%) |
| CMYK | cmyk(17%, 1%, 0%, 18%) |
| LAB | lab(80.8 -11.0 -4.3) |
| LCH | lch(80.8 11.8 201.1) |
| OKLCH | oklch(0.830 0.036 198.7) |
Copy-ready code
/* CSS */
color: #adcfd0;
background-color: #adcfd0;
/* Tailwind (arbitrary) */
class="text-[#adcfd0] bg-[#adcfd0]"
/* SCSS */
$brand: #adcfd0;
/* SwiftUI */
Color(red: 0.678, green: 0.812, blue: 0.816)
/* Android */
Color.parseColor("#adcfd0")Accessibility — WCAG contrast
Aa
#adcfd0 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adcfd0 on black: 12.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green81.2%
Blue81.6%
CMYK percentages
Cyan16.8%
Magenta0.5%
Yellow0.0%
Key (black)18.4%
Color previews
#adcfd0 text on a black background
contrast 12.61:1
Card sample
#adcfd0 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adcfd0;
Background color
Panel with #adcfd0 background
background-color: #adcfd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adcfd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 207, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 207, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adcfd0; background: linear-gradient(135deg, #adcfd0, #ADB8D0);