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