#84cfab
a light, soft green · cool · closest name: turquoise
RGB
132, 207, 171
HSL
151°, 44%, 67%
CMYK
36, 0, 17, 19
Luminance
0.5247
Every format
| HEX | #84cfab |
| RGB | rgb(132, 207, 171) |
| HSL | hsl(151, 44%, 67%) |
| CMYK | cmyk(36%, 0%, 17%, 19%) |
| LAB | lab(77.6 -31.2 10.6) |
| LCH | lch(77.6 32.9 161.2) |
| OKLCH | oklch(0.795 0.091 162.6) |
Copy-ready code
/* CSS */
color: #84cfab;
background-color: #84cfab;
/* Tailwind (arbitrary) */
class="text-[#84cfab] bg-[#84cfab]"
/* SCSS */
$brand: #84cfab;
/* SwiftUI */
Color(red: 0.518, green: 0.812, blue: 0.671)
/* Android */
Color.parseColor("#84cfab")Accessibility — WCAG contrast
Aa
#84cfab on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#84cfab on black: 11.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green81.2%
Blue67.1%
CMYK percentages
Cyan36.2%
Magenta0.0%
Yellow17.4%
Key (black)18.8%
Color previews
#84cfab text on a black background
contrast 11.49:1
Card sample
#84cfab text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84cfab;
Background color
Panel with #84cfab background
background-color: #84cfab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84cfab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 207, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 207, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84cfab; background: linear-gradient(135deg, #84cfab, #84C1CF);