#74fdcd
a light, electric green · cool · closest name: aquamarine
RGB
116, 253, 205
HSL
159°, 97%, 72%
CMYK
54, 0, 19, 1
Luminance
0.7837
Every format
| HEX | #74fdcd |
| RGB | rgb(116, 253, 205) |
| HSL | hsl(159, 97%, 72%) |
| CMYK | cmyk(54%, 0%, 19%, 1%) |
| LAB | lab(91.0 -48.5 11.7) |
| LCH | lch(91.0 50.0 166.4) |
| OKLCH | oklch(0.905 0.139 167.5) |
Copy-ready code
/* CSS */
color: #74fdcd;
background-color: #74fdcd;
/* Tailwind (arbitrary) */
class="text-[#74fdcd] bg-[#74fdcd]"
/* SCSS */
$brand: #74fdcd;
/* SwiftUI */
Color(red: 0.455, green: 0.992, blue: 0.804)
/* Android */
Color.parseColor("#74fdcd")Accessibility — WCAG contrast
Aa
#74fdcd on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#74fdcd on black: 16.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green99.2%
Blue80.4%
CMYK percentages
Cyan54.2%
Magenta0.0%
Yellow19.0%
Key (black)0.8%
Color previews
#74fdcd text on a black background
contrast 16.67:1
Card sample
#74fdcd text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #74fdcd;
Background color
Panel with #74fdcd background
background-color: #74fdcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #74fdcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 253, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 253, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #74fdcd; background: linear-gradient(135deg, #74fdcd, #74D2FD);