#abc3be
a light, soft cyan · cool · closest name: silver
RGB
171, 195, 190
HSL
168°, 17%, 72%
CMYK
12, 0, 3, 24
Luminance
0.5141
Every format
| HEX | #abc3be |
| RGB | rgb(171, 195, 190) |
| HSL | hsl(168, 17%, 72%) |
| CMYK | cmyk(12%, 0%, 3%, 24%) |
| LAB | lab(76.9 -9.1 -0.2) |
| LCH | lch(76.9 9.1 181.5) |
| OKLCH | oklch(0.798 0.027 181.7) |
Copy-ready code
/* CSS */
color: #abc3be;
background-color: #abc3be;
/* Tailwind (arbitrary) */
class="text-[#abc3be] bg-[#abc3be]"
/* SCSS */
$brand: #abc3be;
/* SwiftUI */
Color(red: 0.671, green: 0.765, blue: 0.745)
/* Android */
Color.parseColor("#abc3be")Accessibility — WCAG contrast
Aa
#abc3be on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abc3be on black: 11.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green76.5%
Blue74.5%
CMYK percentages
Cyan12.3%
Magenta0.0%
Yellow2.6%
Key (black)23.5%
Color previews
#abc3be text on a black background
contrast 11.28:1
Card sample
#abc3be text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abc3be;
Background color
Panel with #abc3be background
background-color: #abc3be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abc3be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 195, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 195, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abc3be; background: linear-gradient(135deg, #abc3be, #ABB8C3);