#aeafd0
a light, soft blue · warm · closest name: silver
RGB
174, 175, 208
HSL
238°, 27%, 75%
CMYK
16, 16, 0, 18
Luminance
0.4421
Every format
| HEX | #aeafd0 |
| RGB | rgb(174, 175, 208) |
| HSL | hsl(238, 27%, 75%) |
| CMYK | cmyk(16%, 16%, 0%, 18%) |
| LAB | lab(72.4 6.4 -16.8) |
| LCH | lch(72.4 18.0 290.8) |
| OKLCH | oklch(0.764 0.047 283.9) |
Copy-ready code
/* CSS */
color: #aeafd0;
background-color: #aeafd0;
/* Tailwind (arbitrary) */
class="text-[#aeafd0] bg-[#aeafd0]"
/* SCSS */
$brand: #aeafd0;
/* SwiftUI */
Color(red: 0.682, green: 0.686, blue: 0.816)
/* Android */
Color.parseColor("#aeafd0")Accessibility — WCAG contrast
Aa
#aeafd0 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeafd0 on black: 9.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green68.6%
Blue81.6%
CMYK percentages
Cyan16.3%
Magenta15.9%
Yellow0.0%
Key (black)18.4%
Color previews
#aeafd0 text on a black background
contrast 9.84:1
Card sample
#aeafd0 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeafd0;
Background color
Panel with #aeafd0 background
background-color: #aeafd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeafd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 175, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 175, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeafd0; background: linear-gradient(135deg, #aeafd0, #C4AED0);