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