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