#26eda5
a balanced, electric green · cool · closest name: aquamarine
RGB
38, 237, 165
HSL
158°, 85%, 54%
CMYK
84, 0, 30, 7
Luminance
0.6370
Every format
| HEX | #26eda5 |
| RGB | rgb(38, 237, 165) |
| HSL | hsl(158, 85%, 54%) |
| CMYK | cmyk(84%, 0%, 30%, 7%) |
| LAB | lab(83.8 -62.3 22.1) |
| LCH | lch(83.8 66.1 160.4) |
| OKLCH | oklch(0.839 0.178 161.7) |
Copy-ready code
/* CSS */
color: #26eda5;
background-color: #26eda5;
/* Tailwind (arbitrary) */
class="text-[#26eda5] bg-[#26eda5]"
/* SCSS */
$brand: #26eda5;
/* SwiftUI */
Color(red: 0.149, green: 0.929, blue: 0.647)
/* Android */
Color.parseColor("#26eda5")Accessibility — WCAG contrast
Aa
#26eda5 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#26eda5 on black: 13.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green92.9%
Blue64.7%
CMYK percentages
Cyan84.0%
Magenta0.0%
Yellow30.4%
Key (black)7.1%
Color previews
#26eda5 text on a black background
contrast 13.74:1
Card sample
#26eda5 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #26eda5;
Background color
Panel with #26eda5 background
background-color: #26eda5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #26eda5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 237, 165, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 237, 165, 0.45);
Border & gradient
Gradient panel
border: 3px solid #26eda5; background: linear-gradient(135deg, #26eda5, #26B0ED);