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