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