#abadef
a light, vivid blue · warm · closest name: plum
RGB
171, 173, 239
HSL
238°, 68%, 80%
CMYK
29, 28, 0, 6
Luminance
0.4478
Every format
| HEX | #abadef |
| RGB | rgb(171, 173, 239) |
| HSL | hsl(238, 68%, 80%) |
| CMYK | cmyk(29%, 28%, 0%, 6%) |
| LAB | lab(72.7 13.8 -33.1) |
| LCH | lch(72.7 35.9 292.5) |
| OKLCH | oklch(0.770 0.094 282.6) |
Copy-ready code
/* CSS */
color: #abadef;
background-color: #abadef;
/* Tailwind (arbitrary) */
class="text-[#abadef] bg-[#abadef]"
/* SCSS */
$brand: #abadef;
/* SwiftUI */
Color(red: 0.671, green: 0.678, blue: 0.937)
/* Android */
Color.parseColor("#abadef")Accessibility — WCAG contrast
Aa
#abadef on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abadef on black: 9.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green67.8%
Blue93.7%
CMYK percentages
Cyan28.5%
Magenta27.6%
Yellow0.0%
Key (black)6.3%
Color previews
#abadef text on a black background
contrast 9.96:1
Card sample
#abadef text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abadef;
Background color
Panel with #abadef background
background-color: #abadef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abadef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 173, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 173, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abadef; background: linear-gradient(135deg, #abadef, #D6ABEF);