#aebfd2
a light, soft blue · cool · closest name: silver
RGB
174, 191, 210
HSL
212°, 29%, 75%
CMYK
17, 9, 0, 18
Luminance
0.5091
Every format
| HEX | #aebfd2 |
| RGB | rgb(174, 191, 210) |
| HSL | hsl(212, 29%, 75%) |
| CMYK | cmyk(17%, 9%, 0%, 18%) |
| LAB | lab(76.6 -1.9 -11.5) |
| LCH | lch(76.6 11.6 260.8) |
| OKLCH | oklch(0.798 0.033 251.2) |
Copy-ready code
/* CSS */
color: #aebfd2;
background-color: #aebfd2;
/* Tailwind (arbitrary) */
class="text-[#aebfd2] bg-[#aebfd2]"
/* SCSS */
$brand: #aebfd2;
/* SwiftUI */
Color(red: 0.682, green: 0.749, blue: 0.824)
/* Android */
Color.parseColor("#aebfd2")Accessibility — WCAG contrast
Aa
#aebfd2 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aebfd2 on black: 11.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green74.9%
Blue82.4%
CMYK percentages
Cyan17.1%
Magenta9.0%
Yellow0.0%
Key (black)17.6%
Color previews
#aebfd2 text on a black background
contrast 11.18:1
Card sample
#aebfd2 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aebfd2;
Background color
Panel with #aebfd2 background
background-color: #aebfd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aebfd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 191, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 191, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aebfd2; background: linear-gradient(135deg, #aebfd2, #B5AED2);