#abbafe
a light, electric blue · warm · closest name: plum
RGB
171, 186, 254
HSL
229°, 98%, 83%
CMYK
33, 27, 0, 0
Luminance
0.5093
Every format
| HEX | #abbafe |
| RGB | rgb(171, 186, 254) |
| HSL | hsl(229, 98%, 83%) |
| CMYK | cmyk(33%, 27%, 0%, 0%) |
| LAB | lab(76.6 10.3 -35.2) |
| LCH | lch(76.6 36.7 286.3) |
| OKLCH | oklch(0.802 0.098 274.4) |
Copy-ready code
/* CSS */
color: #abbafe;
background-color: #abbafe;
/* Tailwind (arbitrary) */
class="text-[#abbafe] bg-[#abbafe]"
/* SCSS */
$brand: #abbafe;
/* SwiftUI */
Color(red: 0.671, green: 0.729, blue: 0.996)
/* Android */
Color.parseColor("#abbafe")Accessibility — WCAG contrast
Aa
#abbafe on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abbafe on black: 11.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green72.9%
Blue99.6%
CMYK percentages
Cyan32.7%
Magenta26.8%
Yellow0.0%
Key (black)0.4%
Color previews
#abbafe text on a black background
contrast 11.19:1
Card sample
#abbafe text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abbafe;
Background color
Panel with #abbafe background
background-color: #abbafe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abbafe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 186, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 186, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abbafe; background: linear-gradient(135deg, #abbafe, #D3ABFE);