#adcfd4
a light, soft cyan · cool · closest name: silver
RGB
173, 207, 212
HSL
188°, 31%, 76%
CMYK
18, 2, 0, 17
Luminance
0.5826
Every format
| HEX | #adcfd4 |
| RGB | rgb(173, 207, 212) |
| HSL | hsl(188, 31%, 76%) |
| CMYK | cmyk(18%, 2%, 0%, 17%) |
| LAB | lab(80.9 -10.2 -6.2) |
| LCH | lch(80.9 11.9 211.5) |
| OKLCH | oklch(0.831 0.037 207.3) |
Copy-ready code
/* CSS */
color: #adcfd4;
background-color: #adcfd4;
/* Tailwind (arbitrary) */
class="text-[#adcfd4] bg-[#adcfd4]"
/* SCSS */
$brand: #adcfd4;
/* SwiftUI */
Color(red: 0.678, green: 0.812, blue: 0.831)
/* Android */
Color.parseColor("#adcfd4")Accessibility — WCAG contrast
Aa
#adcfd4 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adcfd4 on black: 12.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green81.2%
Blue83.1%
CMYK percentages
Cyan18.4%
Magenta2.4%
Yellow0.0%
Key (black)16.9%
Color previews
#adcfd4 text on a black background
contrast 12.65:1
Card sample
#adcfd4 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adcfd4;
Background color
Panel with #adcfd4 background
background-color: #adcfd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adcfd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 207, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 207, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adcfd4; background: linear-gradient(135deg, #adcfd4, #ADB5D4);