#18fdce
a balanced, electric cyan · cool · closest name: aquamarine
RGB
24, 253, 206
HSL
168°, 98%, 54%
CMYK
91, 0, 19, 1
Luminance
0.7490
Every format
| HEX | #18fdce |
| RGB | rgb(24, 253, 206) |
| HSL | hsl(168, 98%, 54%) |
| CMYK | cmyk(91%, 0%, 19%, 1%) |
| LAB | lab(89.3 -59.7 8.7) |
| LCH | lch(89.3 60.3 171.7) |
| OKLCH | oklch(0.887 0.169 172.5) |
Copy-ready code
/* CSS */
color: #18fdce;
background-color: #18fdce;
/* Tailwind (arbitrary) */
class="text-[#18fdce] bg-[#18fdce]"
/* SCSS */
$brand: #18fdce;
/* SwiftUI */
Color(red: 0.094, green: 0.992, blue: 0.808)
/* Android */
Color.parseColor("#18fdce")Accessibility — WCAG contrast
Aa
#18fdce on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#18fdce on black: 15.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green99.2%
Blue80.8%
CMYK percentages
Cyan90.5%
Magenta0.0%
Yellow18.6%
Key (black)0.8%
Color previews
#18fdce text on a black background
contrast 15.98:1
Card sample
#18fdce text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #18fdce;
Background color
Panel with #18fdce background
background-color: #18fdce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #18fdce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 253, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 253, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #18fdce; background: linear-gradient(135deg, #18fdce, #1893FD);