#86cfab
a light, soft green · cool · closest name: turquoise
RGB
134, 207, 171
HSL
150°, 43%, 67%
CMYK
35, 0, 17, 19
Luminance
0.5263
Every format
| HEX | #86cfab |
| RGB | rgb(134, 207, 171) |
| HSL | hsl(150, 43%, 67%) |
| CMYK | cmyk(35%, 0%, 17%, 19%) |
| LAB | lab(77.7 -30.6 10.8) |
| LCH | lch(77.7 32.4 160.6) |
| OKLCH | oklch(0.796 0.090 162.0) |
Copy-ready code
/* CSS */
color: #86cfab;
background-color: #86cfab;
/* Tailwind (arbitrary) */
class="text-[#86cfab] bg-[#86cfab]"
/* SCSS */
$brand: #86cfab;
/* SwiftUI */
Color(red: 0.525, green: 0.812, blue: 0.671)
/* Android */
Color.parseColor("#86cfab")Accessibility — WCAG contrast
Aa
#86cfab on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#86cfab on black: 11.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green81.2%
Blue67.1%
CMYK percentages
Cyan35.3%
Magenta0.0%
Yellow17.4%
Key (black)18.8%
Color previews
#86cfab text on a black background
contrast 11.53:1
Card sample
#86cfab text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #86cfab;
Background color
Panel with #86cfab background
background-color: #86cfab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #86cfab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 207, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 207, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #86cfab; background: linear-gradient(135deg, #86cfab, #86C2CF);