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