#abafdb
a light, soft blue · warm · closest name: lavender
RGB
171, 175, 219
HSL
235°, 40%, 77%
CMYK
22, 20, 0, 14
Luminance
0.4443
Every format
| HEX | #abafdb |
| RGB | rgb(171, 175, 219) |
| HSL | hsl(235, 40%, 77%) |
| CMYK | cmyk(22%, 20%, 0%, 14%) |
| LAB | lab(72.5 7.9 -22.6) |
| LCH | lch(72.5 23.9 289.3) |
| OKLCH | oklch(0.766 0.063 280.7) |
Copy-ready code
/* CSS */
color: #abafdb;
background-color: #abafdb;
/* Tailwind (arbitrary) */
class="text-[#abafdb] bg-[#abafdb]"
/* SCSS */
$brand: #abafdb;
/* SwiftUI */
Color(red: 0.671, green: 0.686, blue: 0.859)
/* Android */
Color.parseColor("#abafdb")Accessibility — WCAG contrast
Aa
#abafdb on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abafdb on black: 9.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green68.6%
Blue85.9%
CMYK percentages
Cyan21.9%
Magenta20.1%
Yellow0.0%
Key (black)14.1%
Color previews
#abafdb text on a black background
contrast 9.89:1
Card sample
#abafdb text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abafdb;
Background color
Panel with #abafdb background
background-color: #abafdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abafdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 175, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 175, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abafdb; background: linear-gradient(135deg, #abafdb, #C7ABDB);