#24dfad
a balanced, vivid cyan · cool · closest name: aquamarine
RGB
36, 223, 173
HSL
164°, 75%, 51%
CMYK
84, 0, 22, 13
Luminance
0.5617
Every format
| HEX | #24dfad |
| RGB | rgb(36, 223, 173) |
| HSL | hsl(164, 75%, 51%) |
| CMYK | cmyk(84%, 0%, 22%, 13%) |
| LAB | lab(79.7 -55.3 12.2) |
| LCH | lch(79.7 56.7 167.5) |
| OKLCH | oklch(0.806 0.156 168.5) |
Copy-ready code
/* CSS */
color: #24dfad;
background-color: #24dfad;
/* Tailwind (arbitrary) */
class="text-[#24dfad] bg-[#24dfad]"
/* SCSS */
$brand: #24dfad;
/* SwiftUI */
Color(red: 0.141, green: 0.875, blue: 0.678)
/* Android */
Color.parseColor("#24dfad")Accessibility — WCAG contrast
Aa
#24dfad on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#24dfad on black: 12.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green87.5%
Blue67.8%
CMYK percentages
Cyan83.9%
Magenta0.0%
Yellow22.4%
Key (black)12.5%
Color previews
#24dfad text on a black background
contrast 12.23:1
Card sample
#24dfad text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #24dfad;
Background color
Panel with #24dfad background
background-color: #24dfad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #24dfad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 223, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 223, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #24dfad; background: linear-gradient(135deg, #24dfad, #2494DF);