#aaaceb
a light, vivid blue · warm · closest name: plum
RGB
170, 172, 235
HSL
238°, 62%, 79%
CMYK
28, 27, 0, 8
Luminance
0.4405
Every format
| HEX | #aaaceb |
| RGB | rgb(170, 172, 235) |
| HSL | hsl(238, 62%, 79%) |
| CMYK | cmyk(28%, 27%, 0%, 8%) |
| LAB | lab(72.3 13.0 -31.7) |
| LCH | lch(72.3 34.3 292.3) |
| OKLCH | oklch(0.766 0.090 282.6) |
Copy-ready code
/* CSS */
color: #aaaceb;
background-color: #aaaceb;
/* Tailwind (arbitrary) */
class="text-[#aaaceb] bg-[#aaaceb]"
/* SCSS */
$brand: #aaaceb;
/* SwiftUI */
Color(red: 0.667, green: 0.675, blue: 0.922)
/* Android */
Color.parseColor("#aaaceb")Accessibility — WCAG contrast
Aa
#aaaceb on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaaceb on black: 9.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green67.5%
Blue92.2%
CMYK percentages
Cyan27.7%
Magenta26.8%
Yellow0.0%
Key (black)7.8%
Color previews
#aaaceb text on a black background
contrast 9.81:1
Card sample
#aaaceb text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaaceb;
Background color
Panel with #aaaceb background
background-color: #aaaceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaaceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 172, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 172, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaaceb; background: linear-gradient(135deg, #aaaceb, #D3AAEB);