#a6cfb0
a light, soft green · cool · closest name: beige
RGB
166, 207, 176
HSL
135°, 30%, 73%
CMYK
20, 0, 15, 19
Luminance
0.5587
Every format
| HEX | #a6cfb0 |
| RGB | rgb(166, 207, 176) |
| HSL | hsl(135, 30%, 73%) |
| CMYK | cmyk(20%, 0%, 15%, 19%) |
| LAB | lab(79.5 -19.6 11.0) |
| LCH | lch(79.5 22.5 150.7) |
| OKLCH | oklch(0.817 0.061 152.3) |
Copy-ready code
/* CSS */
color: #a6cfb0;
background-color: #a6cfb0;
/* Tailwind (arbitrary) */
class="text-[#a6cfb0] bg-[#a6cfb0]"
/* SCSS */
$brand: #a6cfb0;
/* SwiftUI */
Color(red: 0.651, green: 0.812, blue: 0.690)
/* Android */
Color.parseColor("#a6cfb0")Accessibility — WCAG contrast
Aa
#a6cfb0 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a6cfb0 on black: 12.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green81.2%
Blue69.0%
CMYK percentages
Cyan19.8%
Magenta0.0%
Yellow15.0%
Key (black)18.8%
Color previews
#a6cfb0 text on a black background
contrast 12.17:1
Card sample
#a6cfb0 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a6cfb0;
Background color
Panel with #a6cfb0 background
background-color: #a6cfb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a6cfb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 207, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 207, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a6cfb0; background: linear-gradient(135deg, #a6cfb0, #A6CFCB);