#aeafb0
a light, muted gray · cool · closest name: silver
RGB
174, 175, 176
HSL
210°, 1%, 69%
CMYK
1, 1, 0, 31
Luminance
0.4279
Every format
| HEX | #aeafb0 |
| RGB | rgb(174, 175, 176) |
| HSL | hsl(210, 1%, 69%) |
| CMYK | cmyk(1%, 1%, 0%, 31%) |
| LAB | lab(71.4 -0.2 -0.6) |
| LCH | lch(71.4 0.7 255.7) |
| OKLCH | oklch(0.753 0.002 247.8) |
Copy-ready code
/* CSS */
color: #aeafb0;
background-color: #aeafb0;
/* Tailwind (arbitrary) */
class="text-[#aeafb0] bg-[#aeafb0]"
/* SCSS */
$brand: #aeafb0;
/* SwiftUI */
Color(red: 0.682, green: 0.686, blue: 0.690)
/* Android */
Color.parseColor("#aeafb0")Accessibility — WCAG contrast
Aa
#aeafb0 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeafb0 on black: 9.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green68.6%
Blue69.0%
CMYK percentages
Cyan1.1%
Magenta0.6%
Yellow0.0%
Key (black)31.0%
Color previews
#aeafb0 text on a black background
contrast 9.56:1
Card sample
#aeafb0 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeafb0;
Background color
Panel with #aeafb0 background
background-color: #aeafb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeafb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 175, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 175, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeafb0; background: linear-gradient(135deg, #aeafb0, #AEAEB0);