#abaacf
a light, soft blue · warm · closest name: silver
RGB
171, 170, 207
HSL
242°, 28%, 74%
CMYK
17, 18, 0, 19
Luminance
0.4191
Every format
| HEX | #abaacf |
| RGB | rgb(171, 170, 207) |
| HSL | hsl(242, 28%, 74%) |
| CMYK | cmyk(17%, 18%, 0%, 19%) |
| LAB | lab(70.8 8.0 -18.6) |
| LCH | lch(70.8 20.3 293.1) |
| OKLCH | oklch(0.751 0.053 286.3) |
Copy-ready code
/* CSS */
color: #abaacf;
background-color: #abaacf;
/* Tailwind (arbitrary) */
class="text-[#abaacf] bg-[#abaacf]"
/* SCSS */
$brand: #abaacf;
/* SwiftUI */
Color(red: 0.671, green: 0.667, blue: 0.812)
/* Android */
Color.parseColor("#abaacf")Accessibility — WCAG contrast
Aa
#abaacf on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abaacf on black: 9.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green66.7%
Blue81.2%
CMYK percentages
Cyan17.4%
Magenta17.9%
Yellow0.0%
Key (black)18.8%
Color previews
#abaacf text on a black background
contrast 9.38:1
Card sample
#abaacf text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abaacf;
Background color
Panel with #abaacf background
background-color: #abaacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abaacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 170, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 170, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abaacf; background: linear-gradient(135deg, #abaacf, #C4AACF);