#36fccc
a balanced, electric cyan · cool · closest name: aquamarine
RGB
54, 252, 204
HSL
166°, 97%, 60%
CMYK
79, 0, 19, 1
Luminance
0.7476
Every format
| HEX | #36fccc |
| RGB | rgb(54, 252, 204) |
| HSL | hsl(166, 97%, 60%) |
| CMYK | cmyk(79%, 0%, 19%, 1%) |
| LAB | lab(89.3 -57.8 9.7) |
| LCH | lch(89.3 58.6 170.5) |
| OKLCH | oklch(0.887 0.164 171.3) |
Copy-ready code
/* CSS */
color: #36fccc;
background-color: #36fccc;
/* Tailwind (arbitrary) */
class="text-[#36fccc] bg-[#36fccc]"
/* SCSS */
$brand: #36fccc;
/* SwiftUI */
Color(red: 0.212, green: 0.988, blue: 0.800)
/* Android */
Color.parseColor("#36fccc")Accessibility — WCAG contrast
Aa
#36fccc on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#36fccc on black: 15.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green98.8%
Blue80.0%
CMYK percentages
Cyan78.6%
Magenta0.0%
Yellow19.0%
Key (black)1.2%
Color previews
#36fccc text on a black background
contrast 15.95:1
Card sample
#36fccc text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #36fccc;
Background color
Panel with #36fccc background
background-color: #36fccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #36fccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 252, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 252, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #36fccc; background: linear-gradient(135deg, #36fccc, #36A8FC);