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