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