#18ebac
a balanced, electric cyan · cool · closest name: aquamarine
RGB
24, 235, 172
HSL
162°, 84%, 51%
CMYK
90, 0, 27, 8
Luminance
0.6259
Every format
| HEX | #18ebac |
| RGB | rgb(24, 235, 172) |
| HSL | hsl(162, 84%, 51%) |
| CMYK | cmyk(90%, 0%, 27%, 8%) |
| LAB | lab(83.2 -60.9 17.7) |
| LCH | lch(83.2 63.4 163.8) |
| OKLCH | oklch(0.834 0.173 164.9) |
Copy-ready code
/* CSS */
color: #18ebac;
background-color: #18ebac;
/* Tailwind (arbitrary) */
class="text-[#18ebac] bg-[#18ebac]"
/* SCSS */
$brand: #18ebac;
/* SwiftUI */
Color(red: 0.094, green: 0.922, blue: 0.675)
/* Android */
Color.parseColor("#18ebac")Accessibility — WCAG contrast
Aa
#18ebac on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#18ebac on black: 13.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green92.2%
Blue67.5%
CMYK percentages
Cyan89.8%
Magenta0.0%
Yellow26.8%
Key (black)7.8%
Color previews
#18ebac text on a black background
contrast 13.52:1
Card sample
#18ebac text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #18ebac;
Background color
Panel with #18ebac background
background-color: #18ebac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #18ebac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 235, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 235, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #18ebac; background: linear-gradient(135deg, #18ebac, #189DEB);