#a2dbbf
a light, soft green · cool · closest name: turquoise
RGB
162, 219, 191
HSL
151°, 44%, 75%
CMYK
26, 0, 13, 14
Luminance
0.6211
Every format
| HEX | #a2dbbf |
| RGB | rgb(162, 219, 191) |
| HSL | hsl(151, 44%, 75%) |
| CMYK | cmyk(26%, 0%, 13%, 14%) |
| LAB | lab(83.0 -23.9 7.9) |
| LCH | lch(83.0 25.2 161.7) |
| OKLCH | oklch(0.845 0.070 163.1) |
Copy-ready code
/* CSS */
color: #a2dbbf;
background-color: #a2dbbf;
/* Tailwind (arbitrary) */
class="text-[#a2dbbf] bg-[#a2dbbf]"
/* SCSS */
$brand: #a2dbbf;
/* SwiftUI */
Color(red: 0.635, green: 0.859, blue: 0.749)
/* Android */
Color.parseColor("#a2dbbf")Accessibility — WCAG contrast
Aa
#a2dbbf on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2dbbf on black: 13.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green85.9%
Blue74.9%
CMYK percentages
Cyan26.0%
Magenta0.0%
Yellow12.8%
Key (black)14.1%
Color previews
#a2dbbf text on a black background
contrast 13.42:1
Card sample
#a2dbbf text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2dbbf;
Background color
Panel with #a2dbbf background
background-color: #a2dbbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2dbbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 219, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 219, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2dbbf; background: linear-gradient(135deg, #a2dbbf, #A2D1DB);