#84eee0
a light, electric cyan · cool · closest name: turquoise
RGB
132, 238, 224
HSL
172°, 76%, 73%
CMYK
45, 0, 6, 7
Luminance
0.7144
Every format
| HEX | #84eee0 |
| RGB | rgb(132, 238, 224) |
| HSL | hsl(172, 76%, 73%) |
| CMYK | cmyk(45%, 0%, 6%, 7%) |
| LAB | lab(87.7 -34.0 -2.8) |
| LCH | lch(87.7 34.1 184.7) |
| OKLCH | oklch(0.881 0.101 184.6) |
Copy-ready code
/* CSS */
color: #84eee0;
background-color: #84eee0;
/* Tailwind (arbitrary) */
class="text-[#84eee0] bg-[#84eee0]"
/* SCSS */
$brand: #84eee0;
/* SwiftUI */
Color(red: 0.518, green: 0.933, blue: 0.878)
/* Android */
Color.parseColor("#84eee0")Accessibility — WCAG contrast
Aa
#84eee0 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#84eee0 on black: 15.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green93.3%
Blue87.8%
CMYK percentages
Cyan44.5%
Magenta0.0%
Yellow5.9%
Key (black)6.7%
Color previews
#84eee0 text on a black background
contrast 15.29:1
Card sample
#84eee0 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84eee0;
Background color
Panel with #84eee0 background
background-color: #84eee0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84eee0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 238, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 238, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84eee0; background: linear-gradient(135deg, #84eee0, #84B5EE);