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