#36adcf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
54, 173, 207
HSL
193°, 61%, 51%
CMYK
74, 16, 0, 19
Luminance
0.3518
Every format
| HEX | #36adcf |
| RGB | rgb(54, 173, 207) |
| HSL | hsl(193, 61%, 51%) |
| CMYK | cmyk(74%, 16%, 0%, 19%) |
| LAB | lab(65.9 -21.4 -26.7) |
| LCH | lch(65.9 34.2 231.3) |
| OKLCH | oklch(0.697 0.113 221.3) |
Copy-ready code
/* CSS */
color: #36adcf;
background-color: #36adcf;
/* Tailwind (arbitrary) */
class="text-[#36adcf] bg-[#36adcf]"
/* SCSS */
$brand: #36adcf;
/* SwiftUI */
Color(red: 0.212, green: 0.678, blue: 0.812)
/* Android */
Color.parseColor("#36adcf")Accessibility — WCAG contrast
Aa
#36adcf on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#36adcf on black: 8.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green67.8%
Blue81.2%
CMYK percentages
Cyan73.9%
Magenta16.4%
Yellow0.0%
Key (black)18.8%
Color previews
#36adcf text on a black background
contrast 8.04:1
Card sample
#36adcf text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #36adcf;
Background color
Panel with #36adcf background
background-color: #36adcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #36adcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 173, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 173, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #36adcf; background: linear-gradient(135deg, #36adcf, #3647CF);