#abaecf
a light, soft blue · warm · closest name: silver
RGB
171, 174, 207
HSL
235°, 27%, 74%
CMYK
17, 16, 0, 19
Luminance
0.4344
Every format
| HEX | #abaecf |
| RGB | rgb(171, 174, 207) |
| HSL | hsl(235, 27%, 74%) |
| CMYK | cmyk(17%, 16%, 0%, 19%) |
| LAB | lab(71.8 5.7 -17.1) |
| LCH | lch(71.8 18.0 288.6) |
| OKLCH | oklch(0.759 0.047 281.1) |
Copy-ready code
/* CSS */
color: #abaecf;
background-color: #abaecf;
/* Tailwind (arbitrary) */
class="text-[#abaecf] bg-[#abaecf]"
/* SCSS */
$brand: #abaecf;
/* SwiftUI */
Color(red: 0.671, green: 0.682, blue: 0.812)
/* Android */
Color.parseColor("#abaecf")Accessibility — WCAG contrast
Aa
#abaecf on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abaecf on black: 9.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green68.2%
Blue81.2%
CMYK percentages
Cyan17.4%
Magenta15.9%
Yellow0.0%
Key (black)18.8%
Color previews
#abaecf text on a black background
contrast 9.69:1
Card sample
#abaecf text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abaecf;
Background color
Panel with #abaecf background
background-color: #abaecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abaecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 174, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 174, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abaecf; background: linear-gradient(135deg, #abaecf, #C0ABCF);