#8bdaba
a light, vivid green · cool · closest name: turquoise
RGB
139, 218, 186
HSL
156°, 52%, 70%
CMYK
36, 0, 15, 15
Luminance
0.5918
Every format
| HEX | #8bdaba |
| RGB | rgb(139, 218, 186) |
| HSL | hsl(156, 52%, 70%) |
| CMYK | cmyk(36%, 0%, 15%, 15%) |
| LAB | lab(81.4 -31.3 8.1) |
| LCH | lch(81.4 32.3 165.4) |
| OKLCH | oklch(0.828 0.091 166.7) |
Copy-ready code
/* CSS */
color: #8bdaba;
background-color: #8bdaba;
/* Tailwind (arbitrary) */
class="text-[#8bdaba] bg-[#8bdaba]"
/* SCSS */
$brand: #8bdaba;
/* SwiftUI */
Color(red: 0.545, green: 0.855, blue: 0.729)
/* Android */
Color.parseColor("#8bdaba")Accessibility — WCAG contrast
Aa
#8bdaba on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8bdaba on black: 12.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green85.5%
Blue72.9%
CMYK percentages
Cyan36.2%
Magenta0.0%
Yellow14.7%
Key (black)14.5%
Color previews
#8bdaba text on a black background
contrast 12.84:1
Card sample
#8bdaba text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8bdaba;
Background color
Panel with #8bdaba background
background-color: #8bdaba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8bdaba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 218, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 218, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8bdaba; background: linear-gradient(135deg, #8bdaba, #8BC5DA);