#36bfac
a balanced, vivid cyan · cool · closest name: turquoise
RGB
54, 191, 172
HSL
172°, 56%, 48%
CMYK
72, 0, 10, 25
Luminance
0.4102
Every format
| HEX | #36bfac |
| RGB | rgb(54, 191, 172) |
| HSL | hsl(172, 56%, 48%) |
| CMYK | cmyk(72%, 0%, 10%, 25%) |
| LAB | lab(70.2 -40.4 -0.9) |
| LCH | lch(70.2 40.4 181.3) |
| OKLCH | oklch(0.728 0.118 181.5) |
Copy-ready code
/* CSS */
color: #36bfac;
background-color: #36bfac;
/* Tailwind (arbitrary) */
class="text-[#36bfac] bg-[#36bfac]"
/* SCSS */
$brand: #36bfac;
/* SwiftUI */
Color(red: 0.212, green: 0.749, blue: 0.675)
/* Android */
Color.parseColor("#36bfac")Accessibility — WCAG contrast
Aa
#36bfac on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#36bfac on black: 9.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green74.9%
Blue67.5%
CMYK percentages
Cyan71.7%
Magenta0.0%
Yellow9.9%
Key (black)25.1%
Color previews
#36bfac text on a black background
contrast 9.20:1
Card sample
#36bfac text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #36bfac;
Background color
Panel with #36bfac background
background-color: #36bfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #36bfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 191, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 191, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #36bfac; background: linear-gradient(135deg, #36bfac, #3677BF);