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