#a2cfba
a light, soft green · cool · closest name: silver
RGB
162, 207, 186
HSL
152°, 32%, 72%
CMYK
22, 0, 10, 19
Luminance
0.5585
Every format
| HEX | #a2cfba |
| RGB | rgb(162, 207, 186) |
| HSL | hsl(152, 32%, 72%) |
| CMYK | cmyk(22%, 0%, 10%, 19%) |
| LAB | lab(79.5 -19.0 5.6) |
| LCH | lch(79.5 19.8 163.5) |
| OKLCH | oklch(0.817 0.056 164.9) |
Copy-ready code
/* CSS */
color: #a2cfba;
background-color: #a2cfba;
/* Tailwind (arbitrary) */
class="text-[#a2cfba] bg-[#a2cfba]"
/* SCSS */
$brand: #a2cfba;
/* SwiftUI */
Color(red: 0.635, green: 0.812, blue: 0.729)
/* Android */
Color.parseColor("#a2cfba")Accessibility — WCAG contrast
Aa
#a2cfba on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2cfba on black: 12.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green81.2%
Blue72.9%
CMYK percentages
Cyan21.7%
Magenta0.0%
Yellow10.1%
Key (black)18.8%
Color previews
#a2cfba text on a black background
contrast 12.17:1
Card sample
#a2cfba text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2cfba;
Background color
Panel with #a2cfba background
background-color: #a2cfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2cfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 207, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 207, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2cfba; background: linear-gradient(135deg, #a2cfba, #A2C6CF);