#acaef4
a light, electric blue · warm · closest name: plum
RGB
172, 174, 244
HSL
238°, 77%, 82%
CMYK
30, 29, 0, 4
Luminance
0.4557
Every format
| HEX | #acaef4 |
| RGB | rgb(172, 174, 244) |
| HSL | hsl(238, 77%, 82%) |
| CMYK | cmyk(30%, 29%, 0%, 4%) |
| LAB | lab(73.3 14.7 -35.0) |
| LCH | lch(73.3 38.0 292.8) |
| OKLCH | oklch(0.775 0.100 282.5) |
Copy-ready code
/* CSS */
color: #acaef4;
background-color: #acaef4;
/* Tailwind (arbitrary) */
class="text-[#acaef4] bg-[#acaef4]"
/* SCSS */
$brand: #acaef4;
/* SwiftUI */
Color(red: 0.675, green: 0.682, blue: 0.957)
/* Android */
Color.parseColor("#acaef4")Accessibility — WCAG contrast
Aa
#acaef4 on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acaef4 on black: 10.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green68.2%
Blue95.7%
CMYK percentages
Cyan29.5%
Magenta28.7%
Yellow0.0%
Key (black)4.3%
Color previews
#acaef4 text on a black background
contrast 10.11:1
Card sample
#acaef4 text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acaef4;
Background color
Panel with #acaef4 background
background-color: #acaef4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acaef4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 174, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 174, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acaef4; background: linear-gradient(135deg, #acaef4, #DAACF4);