#abb2ff
a light, electric blue · warm · closest name: plum
RGB
171, 178, 255
HSL
235°, 100%, 84%
CMYK
33, 30, 0, 0
Luminance
0.4772
Every format
| HEX | #abb2ff |
| RGB | rgb(171, 178, 255) |
| HSL | hsl(235, 100%, 84%) |
| CMYK | cmyk(33%, 30%, 0%, 0%) |
| LAB | lab(74.7 14.9 -38.9) |
| LCH | lch(74.7 41.6 291.0) |
| OKLCH | oklch(0.787 0.110 279.6) |
Copy-ready code
/* CSS */
color: #abb2ff;
background-color: #abb2ff;
/* Tailwind (arbitrary) */
class="text-[#abb2ff] bg-[#abb2ff]"
/* SCSS */
$brand: #abb2ff;
/* SwiftUI */
Color(red: 0.671, green: 0.698, blue: 1.000)
/* Android */
Color.parseColor("#abb2ff")Accessibility — WCAG contrast
Aa
#abb2ff on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abb2ff on black: 10.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green69.8%
Blue100.0%
CMYK percentages
Cyan32.9%
Magenta30.2%
Yellow0.0%
Key (black)0.0%
Color previews
#abb2ff text on a black background
contrast 10.54:1
Card sample
#abb2ff text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abb2ff;
Background color
Panel with #abb2ff background
background-color: #abb2ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abb2ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 178, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 178, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abb2ff; background: linear-gradient(135deg, #abb2ff, #DCABFF);