#84fef2
a light, electric cyan · cool · closest name: turquoise
RGB
132, 254, 242
HSL
174°, 98%, 76%
CMYK
48, 0, 5, 0
Luminance
0.8220
Every format
| HEX | #84fef2 |
| RGB | rgb(132, 254, 242) |
| HSL | hsl(174, 98%, 76%) |
| CMYK | cmyk(48%, 0%, 5%, 0%) |
| LAB | lab(92.7 -37.1 -4.9) |
| LCH | lch(92.7 37.5 187.5) |
| OKLCH | oklch(0.923 0.112 187.0) |
Copy-ready code
/* CSS */
color: #84fef2;
background-color: #84fef2;
/* Tailwind (arbitrary) */
class="text-[#84fef2] bg-[#84fef2]"
/* SCSS */
$brand: #84fef2;
/* SwiftUI */
Color(red: 0.518, green: 0.996, blue: 0.949)
/* Android */
Color.parseColor("#84fef2")Accessibility — WCAG contrast
Aa
#84fef2 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#84fef2 on black: 17.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green99.6%
Blue94.9%
CMYK percentages
Cyan48.0%
Magenta0.0%
Yellow4.7%
Key (black)0.4%
Color previews
#84fef2 text on a black background
contrast 17.44:1
Card sample
#84fef2 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84fef2;
Background color
Panel with #84fef2 background
background-color: #84fef2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84fef2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 254, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 254, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84fef2; background: linear-gradient(135deg, #84fef2, #84B9FE);