#8addbf
a light, vivid green · cool · closest name: turquoise
RGB
138, 221, 191
HSL
158°, 55%, 70%
CMYK
38, 0, 14, 13
Luminance
0.6088
Every format
| HEX | #8addbf |
| RGB | rgb(138, 221, 191) |
| HSL | hsl(158, 55%, 70%) |
| CMYK | cmyk(38%, 0%, 14%, 13%) |
| LAB | lab(82.3 -31.9 6.8) |
| LCH | lch(82.3 32.7 168.0) |
| OKLCH | oklch(0.836 0.092 169.1) |
Copy-ready code
/* CSS */
color: #8addbf;
background-color: #8addbf;
/* Tailwind (arbitrary) */
class="text-[#8addbf] bg-[#8addbf]"
/* SCSS */
$brand: #8addbf;
/* SwiftUI */
Color(red: 0.541, green: 0.867, blue: 0.749)
/* Android */
Color.parseColor("#8addbf")Accessibility — WCAG contrast
Aa
#8addbf on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8addbf on black: 13.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green86.7%
Blue74.9%
CMYK percentages
Cyan37.6%
Magenta0.0%
Yellow13.6%
Key (black)13.3%
Color previews
#8addbf text on a black background
contrast 13.18:1
Card sample
#8addbf text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8addbf;
Background color
Panel with #8addbf background
background-color: #8addbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8addbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 221, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 221, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8addbf; background: linear-gradient(135deg, #8addbf, #8AC4DD);