#aeaccf
a light, soft blue · warm · closest name: silver
RGB
174, 172, 207
HSL
243°, 27%, 74%
CMYK
16, 17, 0, 19
Luminance
0.4301
Every format
| HEX | #aeaccf |
| RGB | rgb(174, 172, 207) |
| HSL | hsl(243, 27%, 74%) |
| CMYK | cmyk(16%, 17%, 0%, 19%) |
| LAB | lab(71.6 7.8 -17.5) |
| LCH | lch(71.6 19.1 294.1) |
| OKLCH | oklch(0.758 0.050 287.8) |
Copy-ready code
/* CSS */
color: #aeaccf;
background-color: #aeaccf;
/* Tailwind (arbitrary) */
class="text-[#aeaccf] bg-[#aeaccf]"
/* SCSS */
$brand: #aeaccf;
/* SwiftUI */
Color(red: 0.682, green: 0.675, blue: 0.812)
/* Android */
Color.parseColor("#aeaccf")Accessibility — WCAG contrast
Aa
#aeaccf on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeaccf on black: 9.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green67.5%
Blue81.2%
CMYK percentages
Cyan15.9%
Magenta16.9%
Yellow0.0%
Key (black)18.8%
Color previews
#aeaccf text on a black background
contrast 9.60:1
Card sample
#aeaccf text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeaccf;
Background color
Panel with #aeaccf background
background-color: #aeaccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeaccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 172, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 172, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeaccf; background: linear-gradient(135deg, #aeaccf, #C5ACCF);