#84fceb
a light, electric cyan · cool · closest name: turquoise
RGB
132, 252, 235
HSL
172°, 95%, 75%
CMYK
48, 0, 7, 1
Luminance
0.8052
Every format
| HEX | #84fceb |
| RGB | rgb(132, 252, 235) |
| HSL | hsl(172, 95%, 75%) |
| CMYK | cmyk(48%, 0%, 7%, 1%) |
| LAB | lab(91.9 -37.9 -2.3) |
| LCH | lch(91.9 38.0 183.5) |
| OKLCH | oklch(0.916 0.112 183.5) |
Copy-ready code
/* CSS */
color: #84fceb;
background-color: #84fceb;
/* Tailwind (arbitrary) */
class="text-[#84fceb] bg-[#84fceb]"
/* SCSS */
$brand: #84fceb;
/* SwiftUI */
Color(red: 0.518, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#84fceb")Accessibility — WCAG contrast
Aa
#84fceb on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#84fceb on black: 17.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green98.8%
Blue92.2%
CMYK percentages
Cyan47.6%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#84fceb text on a black background
contrast 17.10:1
Card sample
#84fceb text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84fceb;
Background color
Panel with #84fceb background
background-color: #84fceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84fceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84fceb; background: linear-gradient(135deg, #84fceb, #84BDFC);