#a0dbc9
a light, vivid cyan · cool · closest name: turquoise
RGB
160, 219, 201
HSL
162°, 45%, 74%
CMYK
27, 0, 8, 14
Luminance
0.6235
Every format
| HEX | #a0dbc9 |
| RGB | rgb(160, 219, 201) |
| HSL | hsl(162, 45%, 74%) |
| CMYK | cmyk(27%, 0%, 8%, 14%) |
| LAB | lab(83.1 -22.5 2.8) |
| LCH | lch(83.1 22.7 173.0) |
| OKLCH | oklch(0.846 0.065 173.8) |
Copy-ready code
/* CSS */
color: #a0dbc9;
background-color: #a0dbc9;
/* Tailwind (arbitrary) */
class="text-[#a0dbc9] bg-[#a0dbc9]"
/* SCSS */
$brand: #a0dbc9;
/* SwiftUI */
Color(red: 0.627, green: 0.859, blue: 0.788)
/* Android */
Color.parseColor("#a0dbc9")Accessibility — WCAG contrast
Aa
#a0dbc9 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a0dbc9 on black: 13.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green85.9%
Blue78.8%
CMYK percentages
Cyan26.9%
Magenta0.0%
Yellow8.2%
Key (black)14.1%
Color previews
#a0dbc9 text on a black background
contrast 13.47:1
Card sample
#a0dbc9 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a0dbc9;
Background color
Panel with #a0dbc9 background
background-color: #a0dbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a0dbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 219, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 219, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a0dbc9; background: linear-gradient(135deg, #a0dbc9, #A0C6DB);