#84ceac
a light, soft green · cool · closest name: turquoise
RGB
132, 206, 172
HSL
152°, 43%, 66%
CMYK
36, 0, 17, 19
Luminance
0.5203
Every format
| HEX | #84ceac |
| RGB | rgb(132, 206, 172) |
| HSL | hsl(152, 43%, 66%) |
| CMYK | cmyk(36%, 0%, 17%, 19%) |
| LAB | lab(77.3 -30.5 9.7) |
| LCH | lch(77.3 32.0 162.4) |
| OKLCH | oklch(0.793 0.089 163.7) |
Copy-ready code
/* CSS */
color: #84ceac;
background-color: #84ceac;
/* Tailwind (arbitrary) */
class="text-[#84ceac] bg-[#84ceac]"
/* SCSS */
$brand: #84ceac;
/* SwiftUI */
Color(red: 0.518, green: 0.808, blue: 0.675)
/* Android */
Color.parseColor("#84ceac")Accessibility — WCAG contrast
Aa
#84ceac on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#84ceac on black: 11.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green80.8%
Blue67.5%
CMYK percentages
Cyan35.9%
Magenta0.0%
Yellow16.5%
Key (black)19.2%
Color previews
#84ceac text on a black background
contrast 11.41:1
Card sample
#84ceac text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84ceac;
Background color
Panel with #84ceac background
background-color: #84ceac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84ceac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 206, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 206, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84ceac; background: linear-gradient(135deg, #84ceac, #84BFCE);