#36cfab
a balanced, vivid cyan · cool · closest name: turquoise
RGB
54, 207, 171
HSL
166°, 61%, 51%
CMYK
74, 0, 17, 19
Luminance
0.4835
Every format
| HEX | #36cfab |
| RGB | rgb(54, 207, 171) |
| HSL | hsl(166, 61%, 51%) |
| CMYK | cmyk(74%, 0%, 17%, 19%) |
| LAB | lab(75.0 -47.6 6.7) |
| LCH | lch(75.0 48.0 172.0) |
| OKLCH | oklch(0.768 0.135 172.8) |
Copy-ready code
/* CSS */
color: #36cfab;
background-color: #36cfab;
/* Tailwind (arbitrary) */
class="text-[#36cfab] bg-[#36cfab]"
/* SCSS */
$brand: #36cfab;
/* SwiftUI */
Color(red: 0.212, green: 0.812, blue: 0.671)
/* Android */
Color.parseColor("#36cfab")Accessibility — WCAG contrast
Aa
#36cfab on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#36cfab on black: 10.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green81.2%
Blue67.1%
CMYK percentages
Cyan73.9%
Magenta0.0%
Yellow17.4%
Key (black)18.8%
Color previews
#36cfab text on a black background
contrast 10.67:1
Card sample
#36cfab text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #36cfab;
Background color
Panel with #36cfab background
background-color: #36cfab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #36cfab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 207, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 207, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #36cfab; background: linear-gradient(135deg, #36cfab, #368DCF);