#24fdce
a balanced, electric cyan · cool · closest name: aquamarine
RGB
36, 253, 206
HSL
167°, 98%, 57%
CMYK
86, 0, 19, 1
Luminance
0.7508
Every format
| HEX | #24fdce |
| RGB | rgb(36, 253, 206) |
| HSL | hsl(167, 98%, 57%) |
| CMYK | cmyk(86%, 0%, 19%, 1%) |
| LAB | lab(89.4 -59.1 8.8) |
| LCH | lch(89.4 59.7 171.5) |
| OKLCH | oklch(0.888 0.167 172.3) |
Copy-ready code
/* CSS */
color: #24fdce;
background-color: #24fdce;
/* Tailwind (arbitrary) */
class="text-[#24fdce] bg-[#24fdce]"
/* SCSS */
$brand: #24fdce;
/* SwiftUI */
Color(red: 0.141, green: 0.992, blue: 0.808)
/* Android */
Color.parseColor("#24fdce")Accessibility — WCAG contrast
Aa
#24fdce on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#24fdce on black: 16.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green99.2%
Blue80.8%
CMYK percentages
Cyan85.8%
Magenta0.0%
Yellow18.6%
Key (black)0.8%
Color previews
#24fdce text on a black background
contrast 16.02:1
Card sample
#24fdce text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #24fdce;
Background color
Panel with #24fdce background
background-color: #24fdce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #24fdce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 253, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 253, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #24fdce; background: linear-gradient(135deg, #24fdce, #249BFD);