#8bcfad
a light, soft green · cool · closest name: turquoise
RGB
139, 207, 173
HSL
150°, 42%, 68%
CMYK
33, 0, 16, 19
Luminance
0.5313
Every format
| HEX | #8bcfad |
| RGB | rgb(139, 207, 173) |
| HSL | hsl(150, 42%, 68%) |
| CMYK | cmyk(33%, 0%, 16%, 19%) |
| LAB | lab(78.0 -28.7 10.1) |
| LCH | lch(78.0 30.4 160.5) |
| OKLCH | oklch(0.800 0.084 162.0) |
Copy-ready code
/* CSS */
color: #8bcfad;
background-color: #8bcfad;
/* Tailwind (arbitrary) */
class="text-[#8bcfad] bg-[#8bcfad]"
/* SCSS */
$brand: #8bcfad;
/* SwiftUI */
Color(red: 0.545, green: 0.812, blue: 0.678)
/* Android */
Color.parseColor("#8bcfad")Accessibility — WCAG contrast
Aa
#8bcfad on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8bcfad on black: 11.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green81.2%
Blue67.8%
CMYK percentages
Cyan32.9%
Magenta0.0%
Yellow16.4%
Key (black)18.8%
Color previews
#8bcfad text on a black background
contrast 11.63:1
Card sample
#8bcfad text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8bcfad;
Background color
Panel with #8bcfad background
background-color: #8bcfad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8bcfad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 207, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 207, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8bcfad; background: linear-gradient(135deg, #8bcfad, #8BC4CF);