#a1c4b8
a light, soft green · cool · closest name: silver
RGB
161, 196, 184
HSL
159°, 23%, 70%
CMYK
18, 0, 6, 23
Luminance
0.5052
Every format
| HEX | #a1c4b8 |
| RGB | rgb(161, 196, 184) |
| HSL | hsl(159, 23%, 70%) |
| CMYK | cmyk(18%, 0%, 6%, 23%) |
| LAB | lab(76.4 -14.1 2.1) |
| LCH | lch(76.4 14.3 171.4) |
| OKLCH | oklch(0.791 0.041 172.4) |
Copy-ready code
/* CSS */
color: #a1c4b8;
background-color: #a1c4b8;
/* Tailwind (arbitrary) */
class="text-[#a1c4b8] bg-[#a1c4b8]"
/* SCSS */
$brand: #a1c4b8;
/* SwiftUI */
Color(red: 0.631, green: 0.769, blue: 0.722)
/* Android */
Color.parseColor("#a1c4b8")Accessibility — WCAG contrast
Aa
#a1c4b8 on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a1c4b8 on black: 11.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.1%
Green76.9%
Blue72.2%
CMYK percentages
Cyan17.9%
Magenta0.0%
Yellow6.1%
Key (black)23.1%
Color previews
#a1c4b8 text on a black background
contrast 11.10:1
Card sample
#a1c4b8 text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a1c4b8;
Background color
Panel with #a1c4b8 background
background-color: #a1c4b8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a1c4b8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(161, 196, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(161, 196, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a1c4b8; background: linear-gradient(135deg, #a1c4b8, #A1B9C4);