#25eeab
a balanced, electric cyan · cool · closest name: aquamarine
RGB
37, 238, 171
HSL
160°, 86%, 54%
CMYK
85, 0, 28, 7
Luminance
0.6448
Every format
| HEX | #25eeab |
| RGB | rgb(37, 238, 171) |
| HSL | hsl(160, 86%, 54%) |
| CMYK | cmyk(85%, 0%, 28%, 7%) |
| LAB | lab(84.2 -61.4 19.6) |
| LCH | lch(84.2 64.5 162.3) |
| OKLCH | oklch(0.843 0.175 163.5) |
Copy-ready code
/* CSS */
color: #25eeab;
background-color: #25eeab;
/* Tailwind (arbitrary) */
class="text-[#25eeab] bg-[#25eeab]"
/* SCSS */
$brand: #25eeab;
/* SwiftUI */
Color(red: 0.145, green: 0.933, blue: 0.671)
/* Android */
Color.parseColor("#25eeab")Accessibility — WCAG contrast
Aa
#25eeab on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#25eeab on black: 13.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green93.3%
Blue67.1%
CMYK percentages
Cyan84.5%
Magenta0.0%
Yellow28.2%
Key (black)6.7%
Color previews
#25eeab text on a black background
contrast 13.90:1
Card sample
#25eeab text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #25eeab;
Background color
Panel with #25eeab background
background-color: #25eeab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #25eeab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 238, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 238, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #25eeab; background: linear-gradient(135deg, #25eeab, #25ABEE);