#adc2cf
a light, soft blue · cool · closest name: silver
RGB
173, 194, 207
HSL
203°, 26%, 75%
CMYK
16, 6, 0, 19
Luminance
0.5197
Every format
| HEX | #adc2cf |
| RGB | rgb(173, 194, 207) |
| HSL | hsl(203, 26%, 75%) |
| CMYK | cmyk(16%, 6%, 0%, 19%) |
| LAB | lab(77.3 -4.4 -8.9) |
| LCH | lch(77.3 10.0 243.6) |
| OKLCH | oklch(0.802 0.029 235.0) |
Copy-ready code
/* CSS */
color: #adc2cf;
background-color: #adc2cf;
/* Tailwind (arbitrary) */
class="text-[#adc2cf] bg-[#adc2cf]"
/* SCSS */
$brand: #adc2cf;
/* SwiftUI */
Color(red: 0.678, green: 0.761, blue: 0.812)
/* Android */
Color.parseColor("#adc2cf")Accessibility — WCAG contrast
Aa
#adc2cf on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adc2cf on black: 11.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green76.1%
Blue81.2%
CMYK percentages
Cyan16.4%
Magenta6.3%
Yellow0.0%
Key (black)18.8%
Color previews
#adc2cf text on a black background
contrast 11.39:1
Card sample
#adc2cf text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adc2cf;
Background color
Panel with #adc2cf background
background-color: #adc2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adc2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 194, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 194, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adc2cf; background: linear-gradient(135deg, #adc2cf, #AFADCF);