#adc2d2
a light, soft blue · cool · closest name: silver
RGB
173, 194, 210
HSL
206°, 29%, 75%
CMYK
18, 8, 0, 18
Luminance
0.5212
Every format
| HEX | #adc2d2 |
| RGB | rgb(173, 194, 210) |
| HSL | hsl(206, 29%, 75%) |
| CMYK | cmyk(18%, 8%, 0%, 18%) |
| LAB | lab(77.3 -3.8 -10.4) |
| LCH | lch(77.3 11.1 250.0) |
| OKLCH | oklch(0.803 0.032 240.8) |
Copy-ready code
/* CSS */
color: #adc2d2;
background-color: #adc2d2;
/* Tailwind (arbitrary) */
class="text-[#adc2d2] bg-[#adc2d2]"
/* SCSS */
$brand: #adc2d2;
/* SwiftUI */
Color(red: 0.678, green: 0.761, blue: 0.824)
/* Android */
Color.parseColor("#adc2d2")Accessibility — WCAG contrast
Aa
#adc2d2 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adc2d2 on black: 11.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green76.1%
Blue82.4%
CMYK percentages
Cyan17.6%
Magenta7.6%
Yellow0.0%
Key (black)17.6%
Color previews
#adc2d2 text on a black background
contrast 11.42:1
Card sample
#adc2d2 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adc2d2;
Background color
Panel with #adc2d2 background
background-color: #adc2d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adc2d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 194, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 194, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adc2d2; background: linear-gradient(135deg, #adc2d2, #B1ADD2);