#aebccd
a light, soft blue · cool · closest name: silver
RGB
174, 188, 205
HSL
213°, 24%, 74%
CMYK
15, 8, 0, 20
Luminance
0.4937
Every format
| HEX | #aebccd |
| RGB | rgb(174, 188, 205) |
| HSL | hsl(213, 24%, 74%) |
| CMYK | cmyk(15%, 8%, 0%, 20%) |
| LAB | lab(75.7 -1.3 -10.2) |
| LCH | lch(75.7 10.3 262.6) |
| OKLCH | oklch(0.790 0.029 253.3) |
Copy-ready code
/* CSS */
color: #aebccd;
background-color: #aebccd;
/* Tailwind (arbitrary) */
class="text-[#aebccd] bg-[#aebccd]"
/* SCSS */
$brand: #aebccd;
/* SwiftUI */
Color(red: 0.682, green: 0.737, blue: 0.804)
/* Android */
Color.parseColor("#aebccd")Accessibility — WCAG contrast
Aa
#aebccd on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aebccd on black: 10.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green73.7%
Blue80.4%
CMYK percentages
Cyan15.1%
Magenta8.3%
Yellow0.0%
Key (black)19.6%
Color previews
#aebccd text on a black background
contrast 10.87:1
Card sample
#aebccd text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aebccd;
Background color
Panel with #aebccd background
background-color: #aebccd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aebccd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 188, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 188, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aebccd; background: linear-gradient(135deg, #aebccd, #B5AECD);