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