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