#84fdda
a light, electric cyan · cool · closest name: aquamarine
RGB
132, 253, 218
HSL
163°, 97%, 76%
CMYK
48, 0, 14, 1
Luminance
0.8022
Every format
| HEX | #84fdda |
| RGB | rgb(132, 253, 218) |
| HSL | hsl(163, 97%, 76%) |
| CMYK | cmyk(48%, 0%, 14%, 1%) |
| LAB | lab(91.8 -42.2 6.3) |
| LCH | lch(91.8 42.7 171.5) |
| OKLCH | oklch(0.914 0.121 172.4) |
Copy-ready code
/* CSS */
color: #84fdda;
background-color: #84fdda;
/* Tailwind (arbitrary) */
class="text-[#84fdda] bg-[#84fdda]"
/* SCSS */
$brand: #84fdda;
/* SwiftUI */
Color(red: 0.518, green: 0.992, blue: 0.855)
/* Android */
Color.parseColor("#84fdda")Accessibility — WCAG contrast
Aa
#84fdda on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#84fdda on black: 17.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green99.2%
Blue85.5%
CMYK percentages
Cyan47.8%
Magenta0.0%
Yellow13.8%
Key (black)0.8%
Color previews
#84fdda text on a black background
contrast 17.04:1
Card sample
#84fdda text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84fdda;
Background color
Panel with #84fdda background
background-color: #84fdda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84fdda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 253, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 253, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84fdda; background: linear-gradient(135deg, #84fdda, #84CFFD);