#aeafbc
a light, muted blue · warm · closest name: silver
RGB
174, 175, 188
HSL
236°, 10%, 71%
CMYK
7, 7, 0, 26
Luminance
0.4329
Every format
| HEX | #aeafbc |
| RGB | rgb(174, 175, 188) |
| HSL | hsl(236, 10%, 71%) |
| CMYK | cmyk(7%, 7%, 0%, 26%) |
| LAB | lab(71.8 2.2 -6.7) |
| LCH | lch(71.8 7.1 287.9) |
| OKLCH | oklch(0.757 0.018 282.4) |
Copy-ready code
/* CSS */
color: #aeafbc;
background-color: #aeafbc;
/* Tailwind (arbitrary) */
class="text-[#aeafbc] bg-[#aeafbc]"
/* SCSS */
$brand: #aeafbc;
/* SwiftUI */
Color(red: 0.682, green: 0.686, blue: 0.737)
/* Android */
Color.parseColor("#aeafbc")Accessibility — WCAG contrast
Aa
#aeafbc on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeafbc on black: 9.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green68.6%
Blue73.7%
CMYK percentages
Cyan7.4%
Magenta6.9%
Yellow0.0%
Key (black)26.3%
Color previews
#aeafbc text on a black background
contrast 9.66:1
Card sample
#aeafbc text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeafbc;
Background color
Panel with #aeafbc background
background-color: #aeafbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeafbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 175, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 175, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeafbc; background: linear-gradient(135deg, #aeafbc, #B6AEBC);