#84dacf
a light, vivid cyan · cool · closest name: turquoise
RGB
132, 218, 207
HSL
172°, 54%, 69%
CMYK
39, 0, 5, 15
Luminance
0.5955
Every format
| HEX | #84dacf |
| RGB | rgb(132, 218, 207) |
| HSL | hsl(172, 54%, 69%) |
| CMYK | cmyk(39%, 0%, 5%, 15%) |
| LAB | lab(81.6 -28.5 -2.8) |
| LCH | lch(81.6 28.7 185.5) |
| OKLCH | oklch(0.831 0.085 185.3) |
Copy-ready code
/* CSS */
color: #84dacf;
background-color: #84dacf;
/* Tailwind (arbitrary) */
class="text-[#84dacf] bg-[#84dacf]"
/* SCSS */
$brand: #84dacf;
/* SwiftUI */
Color(red: 0.518, green: 0.855, blue: 0.812)
/* Android */
Color.parseColor("#84dacf")Accessibility — WCAG contrast
Aa
#84dacf on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#84dacf on black: 12.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green85.5%
Blue81.2%
CMYK percentages
Cyan39.4%
Magenta0.0%
Yellow5.0%
Key (black)14.5%
Color previews
#84dacf text on a black background
contrast 12.91:1
Card sample
#84dacf text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84dacf;
Background color
Panel with #84dacf background
background-color: #84dacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84dacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 218, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 218, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84dacf; background: linear-gradient(135deg, #84dacf, #84ACDA);