#18fccc
a balanced, electric cyan · cool · closest name: aquamarine
RGB
24, 252, 204
HSL
167°, 97%, 54%
CMYK
91, 0, 19, 1
Luminance
0.7417
Every format
| HEX | #18fccc |
| RGB | rgb(24, 252, 204) |
| HSL | hsl(167, 97%, 54%) |
| CMYK | cmyk(91%, 0%, 19%, 1%) |
| LAB | lab(89.0 -59.8 9.3) |
| LCH | lch(89.0 60.5 171.2) |
| OKLCH | oklch(0.884 0.169 172.0) |
Copy-ready code
/* CSS */
color: #18fccc;
background-color: #18fccc;
/* Tailwind (arbitrary) */
class="text-[#18fccc] bg-[#18fccc]"
/* SCSS */
$brand: #18fccc;
/* SwiftUI */
Color(red: 0.094, green: 0.988, blue: 0.800)
/* Android */
Color.parseColor("#18fccc")Accessibility — WCAG contrast
Aa
#18fccc on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#18fccc on black: 15.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green98.8%
Blue80.0%
CMYK percentages
Cyan90.5%
Magenta0.0%
Yellow19.0%
Key (black)1.2%
Color previews
#18fccc text on a black background
contrast 15.83:1
Card sample
#18fccc text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #18fccc;
Background color
Panel with #18fccc background
background-color: #18fccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #18fccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 252, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 252, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #18fccc; background: linear-gradient(135deg, #18fccc, #1894FC);