#36fdff
a balanced, electric cyan · cool · closest name: cyan
RGB
54, 253, 255
HSL
181°, 100%, 61%
CMYK
79, 1, 0, 0
Luminance
0.7825
Every format
| HEX | #36fdff |
| RGB | rgb(54, 253, 255) |
| HSL | hsl(181, 100%, 61%) |
| CMYK | cmyk(79%, 1%, 0%, 0%) |
| LAB | lab(90.9 -44.9 -14.4) |
| LCH | lch(90.9 47.1 197.8) |
| OKLCH | oklch(0.905 0.146 196.0) |
Copy-ready code
/* CSS */
color: #36fdff;
background-color: #36fdff;
/* Tailwind (arbitrary) */
class="text-[#36fdff] bg-[#36fdff]"
/* SCSS */
$brand: #36fdff;
/* SwiftUI */
Color(red: 0.212, green: 0.992, blue: 1.000)
/* Android */
Color.parseColor("#36fdff")Accessibility — WCAG contrast
Aa
#36fdff on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#36fdff on black: 16.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green99.2%
Blue100.0%
CMYK percentages
Cyan78.8%
Magenta0.8%
Yellow0.0%
Key (black)0.0%
Color previews
#36fdff text on a black background
contrast 16.65:1
Card sample
#36fdff text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #36fdff;
Background color
Panel with #36fdff background
background-color: #36fdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #36fdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 253, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 253, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #36fdff; background: linear-gradient(135deg, #36fdff, #3677FF);