#adc9d6
a light, soft cyan · cool · closest name: silver
RGB
173, 201, 214
HSL
199°, 33%, 76%
CMYK
19, 6, 0, 16
Luminance
0.5551
Every format
| HEX | #adc9d6 |
| RGB | rgb(173, 201, 214) |
| HSL | hsl(199, 33%, 76%) |
| CMYK | cmyk(19%, 6%, 0%, 16%) |
| LAB | lab(79.3 -6.6 -9.6) |
| LCH | lch(79.3 11.7 235.5) |
| OKLCH | oklch(0.819 0.035 227.5) |
Copy-ready code
/* CSS */
color: #adc9d6;
background-color: #adc9d6;
/* Tailwind (arbitrary) */
class="text-[#adc9d6] bg-[#adc9d6]"
/* SCSS */
$brand: #adc9d6;
/* SwiftUI */
Color(red: 0.678, green: 0.788, blue: 0.839)
/* Android */
Color.parseColor("#adc9d6")Accessibility — WCAG contrast
Aa
#adc9d6 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adc9d6 on black: 12.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green78.8%
Blue83.9%
CMYK percentages
Cyan19.2%
Magenta6.1%
Yellow0.0%
Key (black)16.1%
Color previews
#adc9d6 text on a black background
contrast 12.10:1
Card sample
#adc9d6 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adc9d6;
Background color
Panel with #adc9d6 background
background-color: #adc9d6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adc9d6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 201, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 201, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adc9d6; background: linear-gradient(135deg, #adc9d6, #ADAED6);