#adcccb
a light, soft cyan · cool · closest name: silver
RGB
173, 204, 203
HSL
178°, 23%, 74%
CMYK
15, 0, 1, 20
Luminance
0.5638
Every format
| HEX | #adcccb |
| RGB | rgb(173, 204, 203) |
| HSL | hsl(178, 23%, 74%) |
| CMYK | cmyk(15%, 0%, 1%, 20%) |
| LAB | lab(79.8 -10.5 -3.0) |
| LCH | lch(79.8 10.9 195.8) |
| OKLCH | oklch(0.822 0.033 194.1) |
Copy-ready code
/* CSS */
color: #adcccb;
background-color: #adcccb;
/* Tailwind (arbitrary) */
class="text-[#adcccb] bg-[#adcccb]"
/* SCSS */
$brand: #adcccb;
/* SwiftUI */
Color(red: 0.678, green: 0.800, blue: 0.796)
/* Android */
Color.parseColor("#adcccb")Accessibility — WCAG contrast
Aa
#adcccb on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adcccb on black: 12.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green80.0%
Blue79.6%
CMYK percentages
Cyan15.2%
Magenta0.0%
Yellow0.5%
Key (black)20.0%
Color previews
#adcccb text on a black background
contrast 12.28:1
Card sample
#adcccb text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adcccb;
Background color
Panel with #adcccb background
background-color: #adcccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adcccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 204, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 204, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adcccb; background: linear-gradient(135deg, #adcccb, #ADB8CC);