#84ceaf
a light, soft green · cool · closest name: turquoise
RGB
132, 206, 175
HSL
155°, 43%, 66%
CMYK
36, 0, 15, 19
Luminance
0.5214
Every format
| HEX | #84ceaf |
| RGB | rgb(132, 206, 175) |
| HSL | hsl(155, 43%, 66%) |
| CMYK | cmyk(36%, 0%, 15%, 19%) |
| LAB | lab(77.4 -29.9 8.2) |
| LCH | lch(77.4 31.0 164.7) |
| OKLCH | oklch(0.794 0.087 165.9) |
Copy-ready code
/* CSS */
color: #84ceaf;
background-color: #84ceaf;
/* Tailwind (arbitrary) */
class="text-[#84ceaf] bg-[#84ceaf]"
/* SCSS */
$brand: #84ceaf;
/* SwiftUI */
Color(red: 0.518, green: 0.808, blue: 0.686)
/* Android */
Color.parseColor("#84ceaf")Accessibility — WCAG contrast
Aa
#84ceaf on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#84ceaf on black: 11.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green80.8%
Blue68.6%
CMYK percentages
Cyan35.9%
Magenta0.0%
Yellow15.0%
Key (black)19.2%
Color previews
#84ceaf text on a black background
contrast 11.43:1
Card sample
#84ceaf text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84ceaf;
Background color
Panel with #84ceaf background
background-color: #84ceaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84ceaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 206, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 206, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84ceaf; background: linear-gradient(135deg, #84ceaf, #84BCCE);