#36fceb
a balanced, electric cyan · cool · closest name: cyan
RGB
54, 252, 235
HSL
175°, 97%, 60%
CMYK
79, 0, 7, 1
Luminance
0.7640
Every format
| HEX | #36fceb |
| RGB | rgb(54, 252, 235) |
| HSL | hsl(175, 97%, 60%) |
| CMYK | cmyk(79%, 0%, 7%, 1%) |
| LAB | lab(90.0 -49.9 -5.3) |
| LCH | lch(90.0 50.2 186.1) |
| OKLCH | oklch(0.896 0.149 185.8) |
Copy-ready code
/* CSS */
color: #36fceb;
background-color: #36fceb;
/* Tailwind (arbitrary) */
class="text-[#36fceb] bg-[#36fceb]"
/* SCSS */
$brand: #36fceb;
/* SwiftUI */
Color(red: 0.212, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#36fceb")Accessibility — WCAG contrast
Aa
#36fceb on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#36fceb on black: 16.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green98.8%
Blue92.2%
CMYK percentages
Cyan78.6%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#36fceb text on a black background
contrast 16.28:1
Card sample
#36fceb text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #36fceb;
Background color
Panel with #36fceb background
background-color: #36fceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #36fceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #36fceb; background: linear-gradient(135deg, #36fceb, #3689FC);