#aeafcc
a light, soft blue · warm · closest name: silver
RGB
174, 175, 204
HSL
238°, 23%, 74%
CMYK
15, 14, 0, 20
Luminance
0.4402
Every format
| HEX | #aeafcc |
| RGB | rgb(174, 175, 204) |
| HSL | hsl(238, 23%, 74%) |
| CMYK | cmyk(15%, 14%, 0%, 20%) |
| LAB | lab(72.2 5.5 -14.8) |
| LCH | lch(72.2 15.8 290.4) |
| OKLCH | oklch(0.763 0.041 283.8) |
Copy-ready code
/* CSS */
color: #aeafcc;
background-color: #aeafcc;
/* Tailwind (arbitrary) */
class="text-[#aeafcc] bg-[#aeafcc]"
/* SCSS */
$brand: #aeafcc;
/* SwiftUI */
Color(red: 0.682, green: 0.686, blue: 0.800)
/* Android */
Color.parseColor("#aeafcc")Accessibility — WCAG contrast
Aa
#aeafcc on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeafcc on black: 9.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green68.6%
Blue80.0%
CMYK percentages
Cyan14.7%
Magenta14.2%
Yellow0.0%
Key (black)20.0%
Color previews
#aeafcc text on a black background
contrast 9.80:1
Card sample
#aeafcc text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeafcc;
Background color
Panel with #aeafcc background
background-color: #aeafcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeafcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 175, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 175, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeafcc; background: linear-gradient(135deg, #aeafcc, #C1AECC);