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