#abace8
a light, vivid blue · warm · closest name: plum
RGB
171, 172, 232
HSL
239°, 57%, 79%
CMYK
26, 26, 0, 9
Luminance
0.4399
Every format
| HEX | #abace8 |
| RGB | rgb(171, 172, 232) |
| HSL | hsl(239, 57%, 79%) |
| CMYK | cmyk(26%, 26%, 0%, 9%) |
| LAB | lab(72.2 12.6 -30.1) |
| LCH | lch(72.2 32.7 292.7) |
| OKLCH | oklch(0.765 0.086 283.4) |
Copy-ready code
/* CSS */
color: #abace8;
background-color: #abace8;
/* Tailwind (arbitrary) */
class="text-[#abace8] bg-[#abace8]"
/* SCSS */
$brand: #abace8;
/* SwiftUI */
Color(red: 0.671, green: 0.675, blue: 0.910)
/* Android */
Color.parseColor("#abace8")Accessibility — WCAG contrast
Aa
#abace8 on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abace8 on black: 9.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green67.5%
Blue91.0%
CMYK percentages
Cyan26.3%
Magenta25.9%
Yellow0.0%
Key (black)9.0%
Color previews
#abace8 text on a black background
contrast 9.80:1
Card sample
#abace8 text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abace8;
Background color
Panel with #abace8 background
background-color: #abace8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abace8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 172, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 172, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abace8; background: linear-gradient(135deg, #abace8, #D3ABE8);