#aeb2cf
a light, soft blue · warm · closest name: silver
RGB
174, 178, 207
HSL
233°, 26%, 75%
CMYK
16, 14, 0, 19
Luminance
0.4534
Every format
| HEX | #aeb2cf |
| RGB | rgb(174, 178, 207) |
| HSL | hsl(233, 26%, 75%) |
| CMYK | cmyk(16%, 14%, 0%, 19%) |
| LAB | lab(73.1 4.5 -15.1) |
| LCH | lch(73.1 15.8 286.7) |
| OKLCH | oklch(0.770 0.042 279.2) |
Copy-ready code
/* CSS */
color: #aeb2cf;
background-color: #aeb2cf;
/* Tailwind (arbitrary) */
class="text-[#aeb2cf] bg-[#aeb2cf]"
/* SCSS */
$brand: #aeb2cf;
/* SwiftUI */
Color(red: 0.682, green: 0.698, blue: 0.812)
/* Android */
Color.parseColor("#aeb2cf")Accessibility — WCAG contrast
Aa
#aeb2cf on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeb2cf on black: 10.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green69.8%
Blue81.2%
CMYK percentages
Cyan15.9%
Magenta14.0%
Yellow0.0%
Key (black)18.8%
Color previews
#aeb2cf text on a black background
contrast 10.07:1
Card sample
#aeb2cf text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeb2cf;
Background color
Panel with #aeb2cf background
background-color: #aeb2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeb2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 178, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 178, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeb2cf; background: linear-gradient(135deg, #aeb2cf, #C0AECF);