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