#74dfba
a light, vivid green · cool · closest name: aquamarine
RGB
116, 223, 186
HSL
159°, 63%, 67%
CMYK
48, 0, 17, 13
Luminance
0.6003
Every format
| HEX | #74dfba |
| RGB | rgb(116, 223, 186) |
| HSL | hsl(159, 63%, 67%) |
| CMYK | cmyk(48%, 0%, 17%, 13%) |
| LAB | lab(81.8 -39.6 8.7) |
| LCH | lch(81.8 40.5 167.7) |
| OKLCH | oklch(0.829 0.114 168.7) |
Copy-ready code
/* CSS */
color: #74dfba;
background-color: #74dfba;
/* Tailwind (arbitrary) */
class="text-[#74dfba] bg-[#74dfba]"
/* SCSS */
$brand: #74dfba;
/* SwiftUI */
Color(red: 0.455, green: 0.875, blue: 0.729)
/* Android */
Color.parseColor("#74dfba")Accessibility — WCAG contrast
Aa
#74dfba on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#74dfba on black: 13.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green87.5%
Blue72.9%
CMYK percentages
Cyan48.0%
Magenta0.0%
Yellow16.6%
Key (black)12.5%
Color previews
#74dfba text on a black background
contrast 13.01:1
Card sample
#74dfba text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #74dfba;
Background color
Panel with #74dfba background
background-color: #74dfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #74dfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 223, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 223, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #74dfba; background: linear-gradient(135deg, #74dfba, #74BDDF);