#abacce
a light, soft blue · warm · closest name: silver
RGB
171, 172, 206
HSL
238°, 26%, 74%
CMYK
17, 17, 0, 19
Luminance
0.4262
Every format
| HEX | #abacce |
| RGB | rgb(171, 172, 206) |
| HSL | hsl(238, 26%, 74%) |
| CMYK | cmyk(17%, 17%, 0%, 19%) |
| LAB | lab(71.3 6.6 -17.3) |
| LCH | lch(71.3 18.6 290.9) |
| OKLCH | oklch(0.755 0.049 283.8) |
Copy-ready code
/* CSS */
color: #abacce;
background-color: #abacce;
/* Tailwind (arbitrary) */
class="text-[#abacce] bg-[#abacce]"
/* SCSS */
$brand: #abacce;
/* SwiftUI */
Color(red: 0.671, green: 0.675, blue: 0.808)
/* Android */
Color.parseColor("#abacce")Accessibility — WCAG contrast
Aa
#abacce on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abacce on black: 9.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green67.5%
Blue80.8%
CMYK percentages
Cyan17.0%
Magenta16.5%
Yellow0.0%
Key (black)19.2%
Color previews
#abacce text on a black background
contrast 9.52:1
Card sample
#abacce text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abacce;
Background color
Panel with #abacce background
background-color: #abacce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abacce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 172, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 172, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abacce; background: linear-gradient(135deg, #abacce, #C1ABCE);