#abaccc
a light, soft blue · warm · closest name: silver
RGB
171, 172, 204
HSL
238°, 24%, 74%
CMYK
16, 16, 0, 20
Luminance
0.4252
Every format
| HEX | #abaccc |
| RGB | rgb(171, 172, 204) |
| HSL | hsl(238, 24%, 74%) |
| CMYK | cmyk(16%, 16%, 0%, 20%) |
| LAB | lab(71.2 6.2 -16.3) |
| LCH | lch(71.2 17.5 290.7) |
| OKLCH | oklch(0.754 0.046 283.8) |
Copy-ready code
/* CSS */
color: #abaccc;
background-color: #abaccc;
/* Tailwind (arbitrary) */
class="text-[#abaccc] bg-[#abaccc]"
/* SCSS */
$brand: #abaccc;
/* SwiftUI */
Color(red: 0.671, green: 0.675, blue: 0.800)
/* Android */
Color.parseColor("#abaccc")Accessibility — WCAG contrast
Aa
#abaccc on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abaccc on black: 9.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green67.5%
Blue80.0%
CMYK percentages
Cyan16.2%
Magenta15.7%
Yellow0.0%
Key (black)20.0%
Color previews
#abaccc text on a black background
contrast 9.50:1
Card sample
#abaccc text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abaccc;
Background color
Panel with #abaccc background
background-color: #abaccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abaccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 172, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 172, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abaccc; background: linear-gradient(135deg, #abaccc, #C0ABCC);