#abb0ff
a light, electric blue · warm · closest name: plum
RGB
171, 176, 255
HSL
236°, 100%, 84%
CMYK
33, 31, 0, 0
Luminance
0.4693
Every format
| HEX | #abb0ff |
| RGB | rgb(171, 176, 255) |
| HSL | hsl(236, 100%, 84%) |
| CMYK | cmyk(33%, 31%, 0%, 0%) |
| LAB | lab(74.1 16.1 -39.6) |
| LCH | lch(74.1 42.8 292.1) |
| OKLCH | oklch(0.783 0.112 280.7) |
Copy-ready code
/* CSS */
color: #abb0ff;
background-color: #abb0ff;
/* Tailwind (arbitrary) */
class="text-[#abb0ff] bg-[#abb0ff]"
/* SCSS */
$brand: #abb0ff;
/* SwiftUI */
Color(red: 0.671, green: 0.690, blue: 1.000)
/* Android */
Color.parseColor("#abb0ff")Accessibility — WCAG contrast
Aa
#abb0ff on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abb0ff on black: 10.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green69.0%
Blue100.0%
CMYK percentages
Cyan32.9%
Magenta31.0%
Yellow0.0%
Key (black)0.0%
Color previews
#abb0ff text on a black background
contrast 10.39:1
Card sample
#abb0ff text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abb0ff;
Background color
Panel with #abb0ff background
background-color: #abb0ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abb0ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 176, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 176, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abb0ff; background: linear-gradient(135deg, #abb0ff, #DEABFF);