#acafe2
a light, vivid blue · warm · closest name: plum
RGB
172, 175, 226
HSL
237°, 48%, 78%
CMYK
24, 23, 0, 11
Luminance
0.4492
Every format
| HEX | #acafe2 |
| RGB | rgb(172, 175, 226) |
| HSL | hsl(237, 48%, 78%) |
| CMYK | cmyk(24%, 23%, 0%, 11%) |
| LAB | lab(72.8 9.8 -25.9) |
| LCH | lch(72.8 27.7 290.8) |
| OKLCH | oklch(0.769 0.073 281.9) |
Copy-ready code
/* CSS */
color: #acafe2;
background-color: #acafe2;
/* Tailwind (arbitrary) */
class="text-[#acafe2] bg-[#acafe2]"
/* SCSS */
$brand: #acafe2;
/* SwiftUI */
Color(red: 0.675, green: 0.686, blue: 0.886)
/* Android */
Color.parseColor("#acafe2")Accessibility — WCAG contrast
Aa
#acafe2 on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acafe2 on black: 9.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green68.6%
Blue88.6%
CMYK percentages
Cyan23.9%
Magenta22.6%
Yellow0.0%
Key (black)11.4%
Color previews
#acafe2 text on a black background
contrast 9.98:1
Card sample
#acafe2 text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acafe2;
Background color
Panel with #acafe2 background
background-color: #acafe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acafe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 175, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 175, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acafe2; background: linear-gradient(135deg, #acafe2, #CDACE2);