#aacfd4
a light, soft cyan · cool · closest name: silver
RGB
170, 207, 212
HSL
187°, 33%, 75%
CMYK
20, 2, 0, 17
Luminance
0.5793
Every format
| HEX | #aacfd4 |
| RGB | rgb(170, 207, 212) |
| HSL | hsl(187, 33%, 75%) |
| CMYK | cmyk(20%, 2%, 0%, 17%) |
| LAB | lab(80.7 -11.1 -6.5) |
| LCH | lch(80.7 12.9 210.5) |
| OKLCH | oklch(0.829 0.040 206.5) |
Copy-ready code
/* CSS */
color: #aacfd4;
background-color: #aacfd4;
/* Tailwind (arbitrary) */
class="text-[#aacfd4] bg-[#aacfd4]"
/* SCSS */
$brand: #aacfd4;
/* SwiftUI */
Color(red: 0.667, green: 0.812, blue: 0.831)
/* Android */
Color.parseColor("#aacfd4")Accessibility — WCAG contrast
Aa
#aacfd4 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aacfd4 on black: 12.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green81.2%
Blue83.1%
CMYK percentages
Cyan19.8%
Magenta2.4%
Yellow0.0%
Key (black)16.9%
Color previews
#aacfd4 text on a black background
contrast 12.59:1
Card sample
#aacfd4 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aacfd4;
Background color
Panel with #aacfd4 background
background-color: #aacfd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aacfd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 207, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 207, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aacfd4; background: linear-gradient(135deg, #aacfd4, #AAB3D4);