#aac2cf
a light, soft blue · cool · closest name: silver
RGB
170, 194, 207
HSL
201°, 28%, 74%
CMYK
18, 6, 0, 19
Luminance
0.5163
Every format
| HEX | #aac2cf |
| RGB | rgb(170, 194, 207) |
| HSL | hsl(201, 28%, 74%) |
| CMYK | cmyk(18%, 6%, 0%, 19%) |
| LAB | lab(77.1 -5.4 -9.2) |
| LCH | lch(77.1 10.7 239.8) |
| OKLCH | oklch(0.800 0.032 231.4) |
Copy-ready code
/* CSS */
color: #aac2cf;
background-color: #aac2cf;
/* Tailwind (arbitrary) */
class="text-[#aac2cf] bg-[#aac2cf]"
/* SCSS */
$brand: #aac2cf;
/* SwiftUI */
Color(red: 0.667, green: 0.761, blue: 0.812)
/* Android */
Color.parseColor("#aac2cf")Accessibility — WCAG contrast
Aa
#aac2cf on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aac2cf on black: 11.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green76.1%
Blue81.2%
CMYK percentages
Cyan17.9%
Magenta6.3%
Yellow0.0%
Key (black)18.8%
Color previews
#aac2cf text on a black background
contrast 11.33:1
Card sample
#aac2cf text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aac2cf;
Background color
Panel with #aac2cf background
background-color: #aac2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aac2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 194, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 194, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aac2cf; background: linear-gradient(135deg, #aac2cf, #ABAACF);