#84fffa
a light, electric cyan · cool · closest name: cyan
RGB
132, 255, 250
HSL
178°, 100%, 76%
CMYK
48, 0, 2, 0
Luminance
0.8333
Every format
| HEX | #84fffa |
| RGB | rgb(132, 255, 250) |
| HSL | hsl(178, 100%, 76%) |
| CMYK | cmyk(48%, 0%, 2%, 0%) |
| LAB | lab(93.2 -35.6 -8.3) |
| LCH | lch(93.2 36.6 193.1) |
| OKLCH | oklch(0.928 0.111 191.9) |
Copy-ready code
/* CSS */
color: #84fffa;
background-color: #84fffa;
/* Tailwind (arbitrary) */
class="text-[#84fffa] bg-[#84fffa]"
/* SCSS */
$brand: #84fffa;
/* SwiftUI */
Color(red: 0.518, green: 1.000, blue: 0.980)
/* Android */
Color.parseColor("#84fffa")Accessibility — WCAG contrast
Aa
#84fffa on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#84fffa on black: 17.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green100.0%
Blue98.0%
CMYK percentages
Cyan48.2%
Magenta0.0%
Yellow2.0%
Key (black)0.0%
Color previews
#84fffa text on a black background
contrast 17.67:1
Card sample
#84fffa text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84fffa;
Background color
Panel with #84fffa background
background-color: #84fffa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84fffa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 255, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 255, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84fffa; background: linear-gradient(135deg, #84fffa, #84B2FF);