#24cfab
a balanced, vivid cyan · cool · closest name: turquoise
RGB
36, 207, 171
HSL
167°, 70%, 48%
CMYK
83, 0, 17, 19
Luminance
0.4794
Every format
| HEX | #24cfab |
| RGB | rgb(36, 207, 171) |
| HSL | hsl(167, 70%, 48%) |
| CMYK | cmyk(83%, 0%, 17%, 19%) |
| LAB | lab(74.8 -49.4 6.3) |
| LCH | lch(74.8 49.8 172.8) |
| OKLCH | oklch(0.765 0.140 173.5) |
Copy-ready code
/* CSS */
color: #24cfab;
background-color: #24cfab;
/* Tailwind (arbitrary) */
class="text-[#24cfab] bg-[#24cfab]"
/* SCSS */
$brand: #24cfab;
/* SwiftUI */
Color(red: 0.141, green: 0.812, blue: 0.671)
/* Android */
Color.parseColor("#24cfab")Accessibility — WCAG contrast
Aa
#24cfab on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#24cfab on black: 10.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green81.2%
Blue67.1%
CMYK percentages
Cyan82.6%
Magenta0.0%
Yellow17.4%
Key (black)18.8%
Color previews
#24cfab text on a black background
contrast 10.59:1
Card sample
#24cfab text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #24cfab;
Background color
Panel with #24cfab background
background-color: #24cfab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #24cfab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 207, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 207, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #24cfab; background: linear-gradient(135deg, #24cfab, #2481CF);