#aebace
a light, soft blue · cool · closest name: silver
RGB
174, 186, 206
HSL
218°, 25%, 75%
CMYK
16, 10, 0, 19
Luminance
0.4857
Every format
| HEX | #aebace |
| RGB | rgb(174, 186, 206) |
| HSL | hsl(218, 25%, 75%) |
| CMYK | cmyk(16%, 10%, 0%, 19%) |
| LAB | lab(75.2 -0.0 -11.5) |
| LCH | lch(75.2 11.5 269.8) |
| OKLCH | oklch(0.786 0.031 260.7) |
Copy-ready code
/* CSS */
color: #aebace;
background-color: #aebace;
/* Tailwind (arbitrary) */
class="text-[#aebace] bg-[#aebace]"
/* SCSS */
$brand: #aebace;
/* SwiftUI */
Color(red: 0.682, green: 0.729, blue: 0.808)
/* Android */
Color.parseColor("#aebace")Accessibility — WCAG contrast
Aa
#aebace on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aebace on black: 10.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green72.9%
Blue80.8%
CMYK percentages
Cyan15.5%
Magenta9.7%
Yellow0.0%
Key (black)19.2%
Color previews
#aebace text on a black background
contrast 10.71:1
Card sample
#aebace text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aebace;
Background color
Panel with #aebace background
background-color: #aebace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aebace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 186, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 186, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aebace; background: linear-gradient(135deg, #aebace, #B7AECE);