#36cfba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
54, 207, 186
HSL
172°, 61%, 51%
CMYK
74, 0, 10, 19
Luminance
0.4896
Every format
| HEX | #36cfba |
| RGB | rgb(54, 207, 186) |
| HSL | hsl(172, 61%, 51%) |
| CMYK | cmyk(74%, 0%, 10%, 19%) |
| LAB | lab(75.4 -43.7 -0.8) |
| LCH | lch(75.4 43.7 181.1) |
| OKLCH | oklch(0.772 0.127 181.4) |
Copy-ready code
/* CSS */
color: #36cfba;
background-color: #36cfba;
/* Tailwind (arbitrary) */
class="text-[#36cfba] bg-[#36cfba]"
/* SCSS */
$brand: #36cfba;
/* SwiftUI */
Color(red: 0.212, green: 0.812, blue: 0.729)
/* Android */
Color.parseColor("#36cfba")Accessibility — WCAG contrast
Aa
#36cfba on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#36cfba on black: 10.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green81.2%
Blue72.9%
CMYK percentages
Cyan73.9%
Magenta0.0%
Yellow10.1%
Key (black)18.8%
Color previews
#36cfba text on a black background
contrast 10.79:1
Card sample
#36cfba text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #36cfba;
Background color
Panel with #36cfba background
background-color: #36cfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #36cfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 207, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 207, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #36cfba; background: linear-gradient(135deg, #36cfba, #367ECF);