#74f0ba
a light, electric green · cool · closest name: aquamarine
RGB
116, 240, 186
HSL
154°, 81%, 70%
CMYK
52, 0, 23, 6
Luminance
0.6958
Every format
| HEX | #74f0ba |
| RGB | rgb(116, 240, 186) |
| HSL | hsl(154, 81%, 70%) |
| CMYK | cmyk(52%, 0%, 23%, 6%) |
| LAB | lab(86.8 -47.0 15.7) |
| LCH | lch(86.8 49.6 161.6) |
| OKLCH | oklch(0.869 0.136 162.9) |
Copy-ready code
/* CSS */
color: #74f0ba;
background-color: #74f0ba;
/* Tailwind (arbitrary) */
class="text-[#74f0ba] bg-[#74f0ba]"
/* SCSS */
$brand: #74f0ba;
/* SwiftUI */
Color(red: 0.455, green: 0.941, blue: 0.729)
/* Android */
Color.parseColor("#74f0ba")Accessibility — WCAG contrast
Aa
#74f0ba on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#74f0ba on black: 14.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green94.1%
Blue72.9%
CMYK percentages
Cyan51.7%
Magenta0.0%
Yellow22.5%
Key (black)5.9%
Color previews
#74f0ba text on a black background
contrast 14.92:1
Card sample
#74f0ba text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #74f0ba;
Background color
Panel with #74f0ba background
background-color: #74f0ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #74f0ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 240, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 240, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #74f0ba; background: linear-gradient(135deg, #74f0ba, #74D3F0);