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