#36cccf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
54, 204, 207
HSL
181°, 61%, 51%
CMYK
74, 1, 0, 19
Luminance
0.4847
Every format
| HEX | #36cccf |
| RGB | rgb(54, 204, 207) |
| HSL | hsl(181, 61%, 51%) |
| CMYK | cmyk(74%, 1%, 0%, 19%) |
| LAB | lab(75.1 -36.5 -12.6) |
| LCH | lch(75.1 38.7 199.1) |
| OKLCH | oklch(0.772 0.120 197.0) |
Copy-ready code
/* CSS */
color: #36cccf;
background-color: #36cccf;
/* Tailwind (arbitrary) */
class="text-[#36cccf] bg-[#36cccf]"
/* SCSS */
$brand: #36cccf;
/* SwiftUI */
Color(red: 0.212, green: 0.800, blue: 0.812)
/* Android */
Color.parseColor("#36cccf")Accessibility — WCAG contrast
Aa
#36cccf on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#36cccf on black: 10.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green80.0%
Blue81.2%
CMYK percentages
Cyan73.9%
Magenta1.4%
Yellow0.0%
Key (black)18.8%
Color previews
#36cccf text on a black background
contrast 10.69:1
Card sample
#36cccf text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #36cccf;
Background color
Panel with #36cccf background
background-color: #36cccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #36cccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 204, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 204, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #36cccf; background: linear-gradient(135deg, #36cccf, #3666CF);