#84cfba
a light, soft cyan · cool · closest name: turquoise
RGB
132, 207, 186
HSL
163°, 44%, 67%
CMYK
36, 0, 10, 19
Luminance
0.5308
Every format
| HEX | #84cfba |
| RGB | rgb(132, 207, 186) |
| HSL | hsl(163, 44%, 67%) |
| CMYK | cmyk(36%, 0%, 10%, 19%) |
| LAB | lab(77.9 -28.0 3.1) |
| LCH | lch(77.9 28.2 173.7) |
| OKLCH | oklch(0.799 0.081 174.5) |
Copy-ready code
/* CSS */
color: #84cfba;
background-color: #84cfba;
/* Tailwind (arbitrary) */
class="text-[#84cfba] bg-[#84cfba]"
/* SCSS */
$brand: #84cfba;
/* SwiftUI */
Color(red: 0.518, green: 0.812, blue: 0.729)
/* Android */
Color.parseColor("#84cfba")Accessibility — WCAG contrast
Aa
#84cfba on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#84cfba on black: 11.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green81.2%
Blue72.9%
CMYK percentages
Cyan36.2%
Magenta0.0%
Yellow10.1%
Key (black)18.8%
Color previews
#84cfba text on a black background
contrast 11.62:1
Card sample
#84cfba text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84cfba;
Background color
Panel with #84cfba background
background-color: #84cfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84cfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 207, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 207, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84cfba; background: linear-gradient(135deg, #84cfba, #84B2CF);