#84ccc2
a light, soft cyan · cool · closest name: turquoise
RGB
132, 204, 194
HSL
172°, 41%, 66%
CMYK
35, 0, 5, 20
Luminance
0.5199
Every format
| HEX | #84ccc2 |
| RGB | rgb(132, 204, 194) |
| HSL | hsl(172, 41%, 66%) |
| CMYK | cmyk(35%, 0%, 5%, 20%) |
| LAB | lab(77.3 -24.7 -2.2) |
| LCH | lch(77.3 24.8 185.0) |
| OKLCH | oklch(0.795 0.074 184.8) |
Copy-ready code
/* CSS */
color: #84ccc2;
background-color: #84ccc2;
/* Tailwind (arbitrary) */
class="text-[#84ccc2] bg-[#84ccc2]"
/* SCSS */
$brand: #84ccc2;
/* SwiftUI */
Color(red: 0.518, green: 0.800, blue: 0.761)
/* Android */
Color.parseColor("#84ccc2")Accessibility — WCAG contrast
Aa
#84ccc2 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#84ccc2 on black: 11.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green80.0%
Blue76.1%
CMYK percentages
Cyan35.3%
Magenta0.0%
Yellow4.9%
Key (black)20.0%
Color previews
#84ccc2 text on a black background
contrast 11.40:1
Card sample
#84ccc2 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84ccc2;
Background color
Panel with #84ccc2 background
background-color: #84ccc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84ccc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 204, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 204, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84ccc2; background: linear-gradient(135deg, #84ccc2, #84A6CC);