#74f9cd
a light, electric cyan · cool · closest name: aquamarine
RGB
116, 249, 205
HSL
160°, 92%, 72%
CMYK
53, 0, 18, 2
Luminance
0.7587
Every format
| HEX | #74f9cd |
| RGB | rgb(116, 249, 205) |
| HSL | hsl(160, 92%, 72%) |
| CMYK | cmyk(53%, 0%, 18%, 2%) |
| LAB | lab(89.8 -46.8 10.1) |
| LCH | lch(89.8 47.9 167.8) |
| OKLCH | oklch(0.895 0.134 168.9) |
Copy-ready code
/* CSS */
color: #74f9cd;
background-color: #74f9cd;
/* Tailwind (arbitrary) */
class="text-[#74f9cd] bg-[#74f9cd]"
/* SCSS */
$brand: #74f9cd;
/* SwiftUI */
Color(red: 0.455, green: 0.976, blue: 0.804)
/* Android */
Color.parseColor("#74f9cd")Accessibility — WCAG contrast
Aa
#74f9cd on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#74f9cd on black: 16.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green97.6%
Blue80.4%
CMYK percentages
Cyan53.4%
Magenta0.0%
Yellow17.7%
Key (black)2.4%
Color previews
#74f9cd text on a black background
contrast 16.17:1
Card sample
#74f9cd text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #74f9cd;
Background color
Panel with #74f9cd background
background-color: #74f9cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #74f9cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 249, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 249, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #74f9cd; background: linear-gradient(135deg, #74f9cd, #74CCF9);