#74ffcd
a light, electric green · cool · closest name: aquamarine
RGB
116, 255, 205
HSL
158°, 100%, 73%
CMYK
55, 0, 20, 0
Luminance
0.7964
Every format
| HEX | #74ffcd |
| RGB | rgb(116, 255, 205) |
| HSL | hsl(158, 100%, 73%) |
| CMYK | cmyk(55%, 0%, 20%, 0%) |
| LAB | lab(91.5 -49.4 12.5) |
| LCH | lch(91.5 51.0 165.8) |
| OKLCH | oklch(0.909 0.141 166.9) |
Copy-ready code
/* CSS */
color: #74ffcd;
background-color: #74ffcd;
/* Tailwind (arbitrary) */
class="text-[#74ffcd] bg-[#74ffcd]"
/* SCSS */
$brand: #74ffcd;
/* SwiftUI */
Color(red: 0.455, green: 1.000, blue: 0.804)
/* Android */
Color.parseColor("#74ffcd")Accessibility — WCAG contrast
Aa
#74ffcd on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#74ffcd on black: 16.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green100.0%
Blue80.4%
CMYK percentages
Cyan54.5%
Magenta0.0%
Yellow19.6%
Key (black)0.0%
Color previews
#74ffcd text on a black background
contrast 16.93:1
Card sample
#74ffcd text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #74ffcd;
Background color
Panel with #74ffcd background
background-color: #74ffcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #74ffcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 255, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 255, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #74ffcd; background: linear-gradient(135deg, #74ffcd, #74D4FF);