#adcace
a light, soft cyan · cool · closest name: silver
RGB
173, 202, 206
HSL
187°, 25%, 74%
CMYK
16, 2, 0, 19
Luminance
0.5558
Every format
| HEX | #adcace |
| RGB | rgb(173, 202, 206) |
| HSL | hsl(187, 25%, 74%) |
| CMYK | cmyk(16%, 2%, 0%, 19%) |
| LAB | lab(79.4 -8.8 -5.3) |
| LCH | lch(79.4 10.3 210.7) |
| OKLCH | oklch(0.819 0.032 206.7) |
Copy-ready code
/* CSS */
color: #adcace;
background-color: #adcace;
/* Tailwind (arbitrary) */
class="text-[#adcace] bg-[#adcace]"
/* SCSS */
$brand: #adcace;
/* SwiftUI */
Color(red: 0.678, green: 0.792, blue: 0.808)
/* Android */
Color.parseColor("#adcace")Accessibility — WCAG contrast
Aa
#adcace on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adcace on black: 12.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green79.2%
Blue80.8%
CMYK percentages
Cyan16.0%
Magenta1.9%
Yellow0.0%
Key (black)19.2%
Color previews
#adcace text on a black background
contrast 12.12:1
Card sample
#adcace text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adcace;
Background color
Panel with #adcace background
background-color: #adcace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adcace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 202, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 202, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adcace; background: linear-gradient(135deg, #adcace, #ADB4CE);