#84f1f1
a light, electric cyan · cool · closest name: turquoise
RGB
132, 241, 241
HSL
180°, 80%, 73%
CMYK
45, 0, 0, 6
Luminance
0.7417
Every format
| HEX | #84f1f1 |
| RGB | rgb(132, 241, 241) |
| HSL | hsl(180, 80%, 73%) |
| CMYK | cmyk(45%, 0%, 0%, 6%) |
| LAB | lab(89.0 -31.3 -9.8) |
| LCH | lch(89.0 32.8 197.3) |
| OKLCH | oklch(0.893 0.101 195.5) |
Copy-ready code
/* CSS */
color: #84f1f1;
background-color: #84f1f1;
/* Tailwind (arbitrary) */
class="text-[#84f1f1] bg-[#84f1f1]"
/* SCSS */
$brand: #84f1f1;
/* SwiftUI */
Color(red: 0.518, green: 0.945, blue: 0.945)
/* Android */
Color.parseColor("#84f1f1")Accessibility — WCAG contrast
Aa
#84f1f1 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#84f1f1 on black: 15.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green94.5%
Blue94.5%
CMYK percentages
Cyan45.2%
Magenta0.0%
Yellow0.0%
Key (black)5.5%
Color previews
#84f1f1 text on a black background
contrast 15.83:1
Card sample
#84f1f1 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84f1f1;
Background color
Panel with #84f1f1 background
background-color: #84f1f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84f1f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 241, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 241, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84f1f1; background: linear-gradient(135deg, #84f1f1, #84A8F1);