#84eddf
a light, vivid cyan · cool · closest name: turquoise
RGB
132, 237, 223
HSL
172°, 75%, 72%
CMYK
44, 0, 6, 7
Luminance
0.7080
Every format
| HEX | #84eddf |
| RGB | rgb(132, 237, 223) |
| HSL | hsl(172, 75%, 72%) |
| CMYK | cmyk(44%, 0%, 6%, 7%) |
| LAB | lab(87.4 -33.8 -2.7) |
| LCH | lch(87.4 33.9 184.6) |
| OKLCH | oklch(0.879 0.100 184.5) |
Copy-ready code
/* CSS */
color: #84eddf;
background-color: #84eddf;
/* Tailwind (arbitrary) */
class="text-[#84eddf] bg-[#84eddf]"
/* SCSS */
$brand: #84eddf;
/* SwiftUI */
Color(red: 0.518, green: 0.929, blue: 0.875)
/* Android */
Color.parseColor("#84eddf")Accessibility — WCAG contrast
Aa
#84eddf on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#84eddf on black: 15.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green92.9%
Blue87.5%
CMYK percentages
Cyan44.3%
Magenta0.0%
Yellow5.9%
Key (black)7.1%
Color previews
#84eddf text on a black background
contrast 15.16:1
Card sample
#84eddf text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84eddf;
Background color
Panel with #84eddf background
background-color: #84eddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84eddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 237, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 237, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84eddf; background: linear-gradient(135deg, #84eddf, #84B5ED);