#aebccf
a light, soft blue · cool · closest name: silver
RGB
174, 188, 207
HSL
215°, 26%, 75%
CMYK
16, 9, 0, 19
Luminance
0.4947
Every format
| HEX | #aebccf |
| RGB | rgb(174, 188, 207) |
| HSL | hsl(215, 26%, 75%) |
| CMYK | cmyk(16%, 9%, 0%, 19%) |
| LAB | lab(75.7 -0.9 -11.2) |
| LCH | lch(75.7 11.2 265.4) |
| OKLCH | oklch(0.790 0.031 256.0) |
Copy-ready code
/* CSS */
color: #aebccf;
background-color: #aebccf;
/* Tailwind (arbitrary) */
class="text-[#aebccf] bg-[#aebccf]"
/* SCSS */
$brand: #aebccf;
/* SwiftUI */
Color(red: 0.682, green: 0.737, blue: 0.812)
/* Android */
Color.parseColor("#aebccf")Accessibility — WCAG contrast
Aa
#aebccf on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aebccf on black: 10.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green73.7%
Blue81.2%
CMYK percentages
Cyan15.9%
Magenta9.2%
Yellow0.0%
Key (black)18.8%
Color previews
#aebccf text on a black background
contrast 10.89:1
Card sample
#aebccf text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aebccf;
Background color
Panel with #aebccf background
background-color: #aebccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aebccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 188, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 188, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aebccf; background: linear-gradient(135deg, #aebccf, #B6AECF);