#36fcfd
a balanced, electric cyan · cool · closest name: cyan
RGB
54, 252, 253
HSL
180°, 98%, 60%
CMYK
79, 0, 0, 1
Luminance
0.7750
Every format
| HEX | #36fcfd |
| RGB | rgb(54, 252, 253) |
| HSL | hsl(180, 98%, 60%) |
| CMYK | cmyk(79%, 0%, 0%, 1%) |
| LAB | lab(90.5 -45.0 -13.9) |
| LCH | lch(90.5 47.1 197.2) |
| OKLCH | oklch(0.902 0.145 195.4) |
Copy-ready code
/* CSS */
color: #36fcfd;
background-color: #36fcfd;
/* Tailwind (arbitrary) */
class="text-[#36fcfd] bg-[#36fcfd]"
/* SCSS */
$brand: #36fcfd;
/* SwiftUI */
Color(red: 0.212, green: 0.988, blue: 0.992)
/* Android */
Color.parseColor("#36fcfd")Accessibility — WCAG contrast
Aa
#36fcfd on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#36fcfd on black: 16.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green98.8%
Blue99.2%
CMYK percentages
Cyan78.7%
Magenta0.4%
Yellow0.0%
Key (black)0.8%
Color previews
#36fcfd text on a black background
contrast 16.50:1
Card sample
#36fcfd text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #36fcfd;
Background color
Panel with #36fcfd background
background-color: #36fcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #36fcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 252, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 252, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #36fcfd; background: linear-gradient(135deg, #36fcfd, #3677FD);