#36decf
a balanced, vivid cyan · cool · “turquoise”
RGB
54, 222, 207
HSL
175°, 72%, 54%
CMYK
76, 0, 7, 13
Luminance
0.5753
Every format
| HEX | #36decf |
| RGB | rgb(54, 222, 207) |
| HSL | hsl(175, 72%, 54%) |
| CMYK | cmyk(76%, 0%, 7%, 13%) |
| LAB | lab(80.5 -44.6 -4.7) |
| LCH | lch(80.5 44.9 186.0) |
| OKLCH | oklch(0.815 0.133 185.8) |
Copy-ready code
/* CSS */
color: #36decf;
background-color: #36decf;
/* Tailwind (arbitrary) */
class="text-[#36decf] bg-[#36decf]"
/* SCSS */
$brand: #36decf;
/* SwiftUI */
Color(red: 0.212, green: 0.871, blue: 0.812)
/* Android */
Color.parseColor("#36decf")Accessibility — WCAG contrast
Aa
#36decf on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#36decf on black: 12.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green87.1%
Blue81.2%
CMYK percentages
Cyan75.7%
Magenta0.0%
Yellow6.8%
Key (black)12.9%
Color previews
#36decf text on a black background
contrast 12.51:1
Card sample
#36decf text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #36decf;
Background color
Panel with #36decf background
background-color: #36decf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #36decf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 222, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 222, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #36decf; background: linear-gradient(135deg, #36decf, #367DDE);