#aeafd4
a light, soft blue · warm · closest name: silver
RGB
174, 175, 212
HSL
238°, 31%, 76%
CMYK
18, 18, 0, 17
Luminance
0.4441
Every format
| HEX | #aeafd4 |
| RGB | rgb(174, 175, 212) |
| HSL | hsl(238, 31%, 76%) |
| CMYK | cmyk(18%, 18%, 0%, 17%) |
| LAB | lab(72.5 7.3 -18.8) |
| LCH | lch(72.5 20.1 291.1) |
| OKLCH | oklch(0.766 0.053 283.9) |
Copy-ready code
/* CSS */
color: #aeafd4;
background-color: #aeafd4;
/* Tailwind (arbitrary) */
class="text-[#aeafd4] bg-[#aeafd4]"
/* SCSS */
$brand: #aeafd4;
/* SwiftUI */
Color(red: 0.682, green: 0.686, blue: 0.831)
/* Android */
Color.parseColor("#aeafd4")Accessibility — WCAG contrast
Aa
#aeafd4 on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeafd4 on black: 9.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green68.6%
Blue83.1%
CMYK percentages
Cyan17.9%
Magenta17.5%
Yellow0.0%
Key (black)16.9%
Color previews
#aeafd4 text on a black background
contrast 9.88:1
Card sample
#aeafd4 text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeafd4;
Background color
Panel with #aeafd4 background
background-color: #aeafd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeafd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 175, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 175, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeafd4; background: linear-gradient(135deg, #aeafd4, #C6AED4);