#aacccc
a light, soft cyan · cool · closest name: silver
RGB
170, 204, 204
HSL
180°, 25%, 73%
CMYK
17, 0, 0, 20
Luminance
0.5609
Every format
| HEX | #aacccc |
| RGB | rgb(170, 204, 204) |
| HSL | hsl(180, 25%, 73%) |
| CMYK | cmyk(17%, 0%, 0%, 20%) |
| LAB | lab(79.7 -11.3 -3.8) |
| LCH | lch(79.7 11.9 198.5) |
| OKLCH | oklch(0.821 0.036 196.5) |
Copy-ready code
/* CSS */
color: #aacccc;
background-color: #aacccc;
/* Tailwind (arbitrary) */
class="text-[#aacccc] bg-[#aacccc]"
/* SCSS */
$brand: #aacccc;
/* SwiftUI */
Color(red: 0.667, green: 0.800, blue: 0.800)
/* Android */
Color.parseColor("#aacccc")Accessibility — WCAG contrast
Aa
#aacccc on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aacccc on black: 12.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green80.0%
Blue80.0%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow0.0%
Key (black)20.0%
Color previews
#aacccc text on a black background
contrast 12.22:1
Card sample
#aacccc text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aacccc;
Background color
Panel with #aacccc background
background-color: #aacccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aacccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 204, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 204, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aacccc; background: linear-gradient(135deg, #aacccc, #AAB5CC);