#8adbbf
a light, vivid green · cool · closest name: turquoise
RGB
138, 219, 191
HSL
159°, 53%, 70%
CMYK
37, 0, 13, 14
Luminance
0.5983
Every format
| HEX | #8adbbf |
| RGB | rgb(138, 219, 191) |
| HSL | hsl(159, 53%, 70%) |
| CMYK | cmyk(37%, 0%, 13%, 14%) |
| LAB | lab(81.7 -31.0 6.0) |
| LCH | lch(81.7 31.6 169.1) |
| OKLCH | oklch(0.831 0.089 170.1) |
Copy-ready code
/* CSS */
color: #8adbbf;
background-color: #8adbbf;
/* Tailwind (arbitrary) */
class="text-[#8adbbf] bg-[#8adbbf]"
/* SCSS */
$brand: #8adbbf;
/* SwiftUI */
Color(red: 0.541, green: 0.859, blue: 0.749)
/* Android */
Color.parseColor("#8adbbf")Accessibility — WCAG contrast
Aa
#8adbbf on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8adbbf on black: 12.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green85.9%
Blue74.9%
CMYK percentages
Cyan37.0%
Magenta0.0%
Yellow12.8%
Key (black)14.1%
Color previews
#8adbbf text on a black background
contrast 12.97:1
Card sample
#8adbbf text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8adbbf;
Background color
Panel with #8adbbf background
background-color: #8adbbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8adbbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 219, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 219, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8adbbf; background: linear-gradient(135deg, #8adbbf, #8AC1DB);