#abc4bf
a light, soft cyan · cool · closest name: silver
RGB
171, 196, 191
HSL
168°, 18%, 72%
CMYK
13, 0, 3, 23
Luminance
0.5190
Every format
| HEX | #abc4bf |
| RGB | rgb(171, 196, 191) |
| HSL | hsl(168, 18%, 72%) |
| CMYK | cmyk(13%, 0%, 3%, 23%) |
| LAB | lab(77.2 -9.4 -0.3) |
| LCH | lch(77.2 9.4 182.1) |
| OKLCH | oklch(0.800 0.028 182.2) |
Copy-ready code
/* CSS */
color: #abc4bf;
background-color: #abc4bf;
/* Tailwind (arbitrary) */
class="text-[#abc4bf] bg-[#abc4bf]"
/* SCSS */
$brand: #abc4bf;
/* SwiftUI */
Color(red: 0.671, green: 0.769, blue: 0.749)
/* Android */
Color.parseColor("#abc4bf")Accessibility — WCAG contrast
Aa
#abc4bf on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abc4bf on black: 11.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green76.9%
Blue74.9%
CMYK percentages
Cyan12.8%
Magenta0.0%
Yellow2.6%
Key (black)23.1%
Color previews
#abc4bf text on a black background
contrast 11.38:1
Card sample
#abc4bf text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abc4bf;
Background color
Panel with #abc4bf background
background-color: #abc4bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abc4bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 196, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 196, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abc4bf; background: linear-gradient(135deg, #abc4bf, #ABB8C4);