#adcfd6
a light, soft cyan · cool · closest name: silver
RGB
173, 207, 214
HSL
190°, 33%, 76%
CMYK
19, 3, 0, 16
Luminance
0.5836
Every format
| HEX | #adcfd6 |
| RGB | rgb(173, 207, 214) |
| HSL | hsl(190, 33%, 76%) |
| CMYK | cmyk(19%, 3%, 0%, 16%) |
| LAB | lab(80.9 -9.8 -7.2) |
| LCH | lch(80.9 12.1 216.5) |
| OKLCH | oklch(0.832 0.037 211.5) |
Copy-ready code
/* CSS */
color: #adcfd6;
background-color: #adcfd6;
/* Tailwind (arbitrary) */
class="text-[#adcfd6] bg-[#adcfd6]"
/* SCSS */
$brand: #adcfd6;
/* SwiftUI */
Color(red: 0.678, green: 0.812, blue: 0.839)
/* Android */
Color.parseColor("#adcfd6")Accessibility — WCAG contrast
Aa
#adcfd6 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adcfd6 on black: 12.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green81.2%
Blue83.9%
CMYK percentages
Cyan19.2%
Magenta3.3%
Yellow0.0%
Key (black)16.1%
Color previews
#adcfd6 text on a black background
contrast 12.67:1
Card sample
#adcfd6 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adcfd6;
Background color
Panel with #adcfd6 background
background-color: #adcfd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adcfd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 207, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 207, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adcfd6; background: linear-gradient(135deg, #adcfd6, #ADB4D6);