#18fdbc
a balanced, electric cyan · cool · closest name: aquamarine
RGB
24, 253, 188
HSL
163°, 98%, 54%
CMYK
91, 0, 26, 1
Luminance
0.7408
Every format
| HEX | #18fdbc |
| RGB | rgb(24, 253, 188) |
| HSL | hsl(163, 98%, 54%) |
| CMYK | cmyk(91%, 0%, 26%, 1%) |
| LAB | lab(89.0 -63.9 17.4) |
| LCH | lch(89.0 66.3 164.7) |
| OKLCH | oklch(0.882 0.181 165.8) |
Copy-ready code
/* CSS */
color: #18fdbc;
background-color: #18fdbc;
/* Tailwind (arbitrary) */
class="text-[#18fdbc] bg-[#18fdbc]"
/* SCSS */
$brand: #18fdbc;
/* SwiftUI */
Color(red: 0.094, green: 0.992, blue: 0.737)
/* Android */
Color.parseColor("#18fdbc")Accessibility — WCAG contrast
Aa
#18fdbc on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#18fdbc on black: 15.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green99.2%
Blue73.7%
CMYK percentages
Cyan90.5%
Magenta0.0%
Yellow25.7%
Key (black)0.8%
Color previews
#18fdbc text on a black background
contrast 15.82:1
Card sample
#18fdbc text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #18fdbc;
Background color
Panel with #18fdbc background
background-color: #18fdbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #18fdbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 253, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 253, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #18fdbc; background: linear-gradient(135deg, #18fdbc, #18A5FD);