#adcccf
a light, soft cyan · cool · closest name: silver
RGB
173, 204, 207
HSL
185°, 26%, 75%
CMYK
16, 1, 0, 19
Luminance
0.5657
Every format
| HEX | #adcccf |
| RGB | rgb(173, 204, 207) |
| HSL | hsl(185, 26%, 75%) |
| CMYK | cmyk(16%, 1%, 0%, 19%) |
| LAB | lab(79.9 -9.7 -5.0) |
| LCH | lch(79.9 10.9 207.1) |
| OKLCH | oklch(0.823 0.033 203.7) |
Copy-ready code
/* CSS */
color: #adcccf;
background-color: #adcccf;
/* Tailwind (arbitrary) */
class="text-[#adcccf] bg-[#adcccf]"
/* SCSS */
$brand: #adcccf;
/* SwiftUI */
Color(red: 0.678, green: 0.800, blue: 0.812)
/* Android */
Color.parseColor("#adcccf")Accessibility — WCAG contrast
Aa
#adcccf on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adcccf on black: 12.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green80.0%
Blue81.2%
CMYK percentages
Cyan16.4%
Magenta1.4%
Yellow0.0%
Key (black)18.8%
Color previews
#adcccf text on a black background
contrast 12.31:1
Card sample
#adcccf text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adcccf;
Background color
Panel with #adcccf background
background-color: #adcccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adcccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 204, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 204, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adcccf; background: linear-gradient(135deg, #adcccf, #ADB5CF);