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