#36dfad
a balanced, vivid cyan · cool · closest name: aquamarine
RGB
54, 223, 173
HSL
162°, 73%, 54%
CMYK
76, 0, 22, 13
Luminance
0.5658
Every format
| HEX | #36dfad |
| RGB | rgb(54, 223, 173) |
| HSL | hsl(162, 73%, 54%) |
| CMYK | cmyk(76%, 0%, 22%, 13%) |
| LAB | lab(79.9 -53.6 12.6) |
| LCH | lch(79.9 55.1 166.8) |
| OKLCH | oklch(0.808 0.152 167.8) |
Copy-ready code
/* CSS */
color: #36dfad;
background-color: #36dfad;
/* Tailwind (arbitrary) */
class="text-[#36dfad] bg-[#36dfad]"
/* SCSS */
$brand: #36dfad;
/* SwiftUI */
Color(red: 0.212, green: 0.875, blue: 0.678)
/* Android */
Color.parseColor("#36dfad")Accessibility — WCAG contrast
Aa
#36dfad on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#36dfad on black: 12.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green87.5%
Blue67.8%
CMYK percentages
Cyan75.8%
Magenta0.0%
Yellow22.4%
Key (black)12.5%
Color previews
#36dfad text on a black background
contrast 12.32:1
Card sample
#36dfad text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #36dfad;
Background color
Panel with #36dfad background
background-color: #36dfad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #36dfad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 223, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 223, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #36dfad; background: linear-gradient(135deg, #36dfad, #36A0DF);