#aecfd2
a light, soft cyan · cool · closest name: silver
RGB
174, 207, 210
HSL
185°, 29%, 75%
CMYK
17, 1, 0, 18
Luminance
0.5828
Every format
| HEX | #aecfd2 |
| RGB | rgb(174, 207, 210) |
| HSL | hsl(185, 29%, 75%) |
| CMYK | cmyk(17%, 1%, 0%, 18%) |
| LAB | lab(80.9 -10.3 -5.2) |
| LCH | lch(80.9 11.5 206.6) |
| OKLCH | oklch(0.831 0.035 203.3) |
Copy-ready code
/* CSS */
color: #aecfd2;
background-color: #aecfd2;
/* Tailwind (arbitrary) */
class="text-[#aecfd2] bg-[#aecfd2]"
/* SCSS */
$brand: #aecfd2;
/* SwiftUI */
Color(red: 0.682, green: 0.812, blue: 0.824)
/* Android */
Color.parseColor("#aecfd2")Accessibility — WCAG contrast
Aa
#aecfd2 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aecfd2 on black: 12.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green81.2%
Blue82.4%
CMYK percentages
Cyan17.1%
Magenta1.4%
Yellow0.0%
Key (black)17.6%
Color previews
#aecfd2 text on a black background
contrast 12.66:1
Card sample
#aecfd2 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aecfd2;
Background color
Panel with #aecfd2 background
background-color: #aecfd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aecfd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 207, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 207, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aecfd2; background: linear-gradient(135deg, #aecfd2, #AEB7D2);