#abadff
a light, electric blue · warm · closest name: plum
RGB
171, 173, 255
HSL
239°, 100%, 84%
CMYK
33, 32, 0, 0
Luminance
0.4577
Every format
| HEX | #abadff |
| RGB | rgb(171, 173, 255) |
| HSL | hsl(239, 100%, 84%) |
| CMYK | cmyk(33%, 32%, 0%, 0%) |
| LAB | lab(73.4 17.7 -40.8) |
| LCH | lch(73.4 44.5 293.5) |
| OKLCH | oklch(0.777 0.116 282.3) |
Copy-ready code
/* CSS */
color: #abadff;
background-color: #abadff;
/* Tailwind (arbitrary) */
class="text-[#abadff] bg-[#abadff]"
/* SCSS */
$brand: #abadff;
/* SwiftUI */
Color(red: 0.671, green: 0.678, blue: 1.000)
/* Android */
Color.parseColor("#abadff")Accessibility — WCAG contrast
Aa
#abadff on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abadff on black: 10.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green67.8%
Blue100.0%
CMYK percentages
Cyan32.9%
Magenta32.2%
Yellow0.0%
Key (black)0.0%
Color previews
#abadff text on a black background
contrast 10.15:1
Card sample
#abadff text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abadff;
Background color
Panel with #abadff background
background-color: #abadff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abadff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 173, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 173, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abadff; background: linear-gradient(135deg, #abadff, #E1ABFF);