#84fcdf
a light, electric cyan · cool · closest name: aquamarine
RGB
132, 252, 223
HSL
166°, 95%, 75%
CMYK
48, 0, 12, 1
Luminance
0.7985
Every format
| HEX | #84fcdf |
| RGB | rgb(132, 252, 223) |
| HSL | hsl(166, 95%, 75%) |
| CMYK | cmyk(48%, 0%, 12%, 1%) |
| LAB | lab(91.6 -40.6 3.5) |
| LCH | lch(91.6 40.8 175.1) |
| OKLCH | oklch(0.913 0.117 175.8) |
Copy-ready code
/* CSS */
color: #84fcdf;
background-color: #84fcdf;
/* Tailwind (arbitrary) */
class="text-[#84fcdf] bg-[#84fcdf]"
/* SCSS */
$brand: #84fcdf;
/* SwiftUI */
Color(red: 0.518, green: 0.988, blue: 0.875)
/* Android */
Color.parseColor("#84fcdf")Accessibility — WCAG contrast
Aa
#84fcdf on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#84fcdf on black: 16.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green98.8%
Blue87.5%
CMYK percentages
Cyan47.6%
Magenta0.0%
Yellow11.5%
Key (black)1.2%
Color previews
#84fcdf text on a black background
contrast 16.97:1
Card sample
#84fcdf text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84fcdf;
Background color
Panel with #84fcdf background
background-color: #84fcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84fcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 252, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 252, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84fcdf; background: linear-gradient(135deg, #84fcdf, #84C9FC);