#abb2fe
a light, electric blue · warm · closest name: plum
RGB
171, 178, 254
HSL
235°, 98%, 83%
CMYK
33, 30, 0, 0
Luminance
0.4765
Every format
| HEX | #abb2fe |
| RGB | rgb(171, 178, 254) |
| HSL | hsl(235, 98%, 83%) |
| CMYK | cmyk(33%, 30%, 0%, 0%) |
| LAB | lab(74.6 14.7 -38.4) |
| LCH | lch(74.6 41.1 290.9) |
| OKLCH | oklch(0.786 0.108 279.5) |
Copy-ready code
/* CSS */
color: #abb2fe;
background-color: #abb2fe;
/* Tailwind (arbitrary) */
class="text-[#abb2fe] bg-[#abb2fe]"
/* SCSS */
$brand: #abb2fe;
/* SwiftUI */
Color(red: 0.671, green: 0.698, blue: 0.996)
/* Android */
Color.parseColor("#abb2fe")Accessibility — WCAG contrast
Aa
#abb2fe on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abb2fe on black: 10.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green69.8%
Blue99.6%
CMYK percentages
Cyan32.7%
Magenta29.9%
Yellow0.0%
Key (black)0.4%
Color previews
#abb2fe text on a black background
contrast 10.53:1
Card sample
#abb2fe text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abb2fe;
Background color
Panel with #abb2fe background
background-color: #abb2fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abb2fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 178, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 178, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abb2fe; background: linear-gradient(135deg, #abb2fe, #DBABFE);