#36cfdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
54, 207, 223
HSL
186°, 73%, 54%
CMYK
76, 7, 0, 13
Luminance
0.5074
Every format
| HEX | #36cfdf |
| RGB | rgb(54, 207, 223) |
| HSL | hsl(186, 73%, 54%) |
| CMYK | cmyk(76%, 7%, 0%, 13%) |
| LAB | lab(76.5 -33.2 -19.2) |
| LCH | lch(76.5 38.3 210.0) |
| OKLCH | oklch(0.785 0.123 205.6) |
Copy-ready code
/* CSS */
color: #36cfdf;
background-color: #36cfdf;
/* Tailwind (arbitrary) */
class="text-[#36cfdf] bg-[#36cfdf]"
/* SCSS */
$brand: #36cfdf;
/* SwiftUI */
Color(red: 0.212, green: 0.812, blue: 0.875)
/* Android */
Color.parseColor("#36cfdf")Accessibility — WCAG contrast
Aa
#36cfdf on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#36cfdf on black: 11.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green81.2%
Blue87.5%
CMYK percentages
Cyan75.8%
Magenta7.2%
Yellow0.0%
Key (black)12.5%
Color previews
#36cfdf text on a black background
contrast 11.15:1
Card sample
#36cfdf text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #36cfdf;
Background color
Panel with #36cfdf background
background-color: #36cfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #36cfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 207, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 207, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #36cfdf; background: linear-gradient(135deg, #36cfdf, #365EDF);