#abace4
a light, vivid blue · warm · closest name: plum
RGB
171, 172, 228
HSL
239°, 51%, 78%
CMYK
25, 25, 0, 11
Luminance
0.4376
Every format
| HEX | #abace4 |
| RGB | rgb(171, 172, 228) |
| HSL | hsl(239, 51%, 78%) |
| CMYK | cmyk(25%, 25%, 0%, 11%) |
| LAB | lab(72.1 11.7 -28.2) |
| LCH | lch(72.1 30.5 292.5) |
| OKLCH | oklch(0.764 0.080 283.5) |
Copy-ready code
/* CSS */
color: #abace4;
background-color: #abace4;
/* Tailwind (arbitrary) */
class="text-[#abace4] bg-[#abace4]"
/* SCSS */
$brand: #abace4;
/* SwiftUI */
Color(red: 0.671, green: 0.675, blue: 0.894)
/* Android */
Color.parseColor("#abace4")Accessibility — WCAG contrast
Aa
#abace4 on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abace4 on black: 9.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green67.5%
Blue89.4%
CMYK percentages
Cyan25.0%
Magenta24.6%
Yellow0.0%
Key (black)10.6%
Color previews
#abace4 text on a black background
contrast 9.75:1
Card sample
#abace4 text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abace4;
Background color
Panel with #abace4 background
background-color: #abace4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abace4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 172, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 172, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abace4; background: linear-gradient(135deg, #abace4, #D0ABE4);