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