#a2ccba
a light, soft green · cool · closest name: silver
RGB
162, 204, 186
HSL
154°, 29%, 72%
CMYK
21, 0, 9, 20
Luminance
0.5441
Every format
| HEX | #a2ccba |
| RGB | rgb(162, 204, 186) |
| HSL | hsl(154, 29%, 72%) |
| CMYK | cmyk(21%, 0%, 9%, 20%) |
| LAB | lab(78.7 -17.5 4.4) |
| LCH | lch(78.7 18.0 165.8) |
| OKLCH | oklch(0.810 0.051 167.1) |
Copy-ready code
/* CSS */
color: #a2ccba;
background-color: #a2ccba;
/* Tailwind (arbitrary) */
class="text-[#a2ccba] bg-[#a2ccba]"
/* SCSS */
$brand: #a2ccba;
/* SwiftUI */
Color(red: 0.635, green: 0.800, blue: 0.729)
/* Android */
Color.parseColor("#a2ccba")Accessibility — WCAG contrast
Aa
#a2ccba on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2ccba on black: 11.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green80.0%
Blue72.9%
CMYK percentages
Cyan20.6%
Magenta0.0%
Yellow8.8%
Key (black)20.0%
Color previews
#a2ccba text on a black background
contrast 11.88:1
Card sample
#a2ccba text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2ccba;
Background color
Panel with #a2ccba background
background-color: #a2ccba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2ccba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 204, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 204, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2ccba; background: linear-gradient(135deg, #a2ccba, #A2C2CC);