#a0dbc3
a light, vivid green · cool · closest name: turquoise
RGB
160, 219, 195
HSL
156°, 45%, 74%
CMYK
27, 0, 11, 14
Luminance
0.6208
Every format
| HEX | #a0dbc3 |
| RGB | rgb(160, 219, 195) |
| HSL | hsl(156, 45%, 74%) |
| CMYK | cmyk(27%, 0%, 11%, 14%) |
| LAB | lab(83.0 -23.8 5.8) |
| LCH | lch(83.0 24.5 166.4) |
| OKLCH | oklch(0.844 0.069 167.6) |
Copy-ready code
/* CSS */
color: #a0dbc3;
background-color: #a0dbc3;
/* Tailwind (arbitrary) */
class="text-[#a0dbc3] bg-[#a0dbc3]"
/* SCSS */
$brand: #a0dbc3;
/* SwiftUI */
Color(red: 0.627, green: 0.859, blue: 0.765)
/* Android */
Color.parseColor("#a0dbc3")Accessibility — WCAG contrast
Aa
#a0dbc3 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a0dbc3 on black: 13.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green85.9%
Blue76.5%
CMYK percentages
Cyan26.9%
Magenta0.0%
Yellow11.0%
Key (black)14.1%
Color previews
#a0dbc3 text on a black background
contrast 13.42:1
Card sample
#a0dbc3 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a0dbc3;
Background color
Panel with #a0dbc3 background
background-color: #a0dbc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a0dbc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 219, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 219, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a0dbc3; background: linear-gradient(135deg, #a0dbc3, #A0CCDB);