#aeb3cf
a light, soft blue · warm · closest name: silver
RGB
174, 179, 207
HSL
231°, 26%, 75%
CMYK
16, 14, 0, 19
Luminance
0.4574
Every format
| HEX | #aeb3cf |
| RGB | rgb(174, 179, 207) |
| HSL | hsl(231, 26%, 75%) |
| CMYK | cmyk(16%, 14%, 0%, 19%) |
| LAB | lab(73.4 4.0 -14.7) |
| LCH | lch(73.4 15.3 285.1) |
| OKLCH | oklch(0.772 0.040 277.4) |
Copy-ready code
/* CSS */
color: #aeb3cf;
background-color: #aeb3cf;
/* Tailwind (arbitrary) */
class="text-[#aeb3cf] bg-[#aeb3cf]"
/* SCSS */
$brand: #aeb3cf;
/* SwiftUI */
Color(red: 0.682, green: 0.702, blue: 0.812)
/* Android */
Color.parseColor("#aeb3cf")Accessibility — WCAG contrast
Aa
#aeb3cf on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeb3cf on black: 10.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green70.2%
Blue81.2%
CMYK percentages
Cyan15.9%
Magenta13.5%
Yellow0.0%
Key (black)18.8%
Color previews
#aeb3cf text on a black background
contrast 10.15:1
Card sample
#aeb3cf text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeb3cf;
Background color
Panel with #aeb3cf background
background-color: #aeb3cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeb3cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 179, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 179, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeb3cf; background: linear-gradient(135deg, #aeb3cf, #BFAECF);