#84ffdf
a light, electric cyan · cool · closest name: aquamarine
RGB
132, 255, 223
HSL
164°, 100%, 76%
CMYK
48, 0, 13, 0
Luminance
0.8175
Every format
| HEX | #84ffdf |
| RGB | rgb(132, 255, 223) |
| HSL | hsl(164, 100%, 76%) |
| CMYK | cmyk(48%, 0%, 13%, 0%) |
| LAB | lab(92.5 -42.0 4.7) |
| LCH | lch(92.5 42.3 173.6) |
| OKLCH | oklch(0.920 0.121 174.4) |
Copy-ready code
/* CSS */
color: #84ffdf;
background-color: #84ffdf;
/* Tailwind (arbitrary) */
class="text-[#84ffdf] bg-[#84ffdf]"
/* SCSS */
$brand: #84ffdf;
/* SwiftUI */
Color(red: 0.518, green: 1.000, blue: 0.875)
/* Android */
Color.parseColor("#84ffdf")Accessibility — WCAG contrast
Aa
#84ffdf on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#84ffdf on black: 17.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green100.0%
Blue87.5%
CMYK percentages
Cyan48.2%
Magenta0.0%
Yellow12.5%
Key (black)0.0%
Color previews
#84ffdf text on a black background
contrast 17.35:1
Card sample
#84ffdf text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84ffdf;
Background color
Panel with #84ffdf background
background-color: #84ffdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84ffdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 255, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 255, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84ffdf; background: linear-gradient(135deg, #84ffdf, #84CDFF);