#74fdda
a light, electric cyan · cool · closest name: aquamarine
RGB
116, 253, 218
HSL
165°, 97%, 72%
CMYK
54, 0, 14, 1
Luminance
0.7903
Every format
| HEX | #74fdda |
| RGB | rgb(116, 253, 218) |
| HSL | hsl(165, 97%, 72%) |
| CMYK | cmyk(54%, 0%, 14%, 1%) |
| LAB | lab(91.2 -45.7 5.4) |
| LCH | lch(91.2 46.0 173.2) |
| OKLCH | oklch(0.908 0.131 174.0) |
Copy-ready code
/* CSS */
color: #74fdda;
background-color: #74fdda;
/* Tailwind (arbitrary) */
class="text-[#74fdda] bg-[#74fdda]"
/* SCSS */
$brand: #74fdda;
/* SwiftUI */
Color(red: 0.455, green: 0.992, blue: 0.855)
/* Android */
Color.parseColor("#74fdda")Accessibility — WCAG contrast
Aa
#74fdda on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#74fdda on black: 16.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green99.2%
Blue85.5%
CMYK percentages
Cyan54.2%
Magenta0.0%
Yellow13.8%
Key (black)0.8%
Color previews
#74fdda text on a black background
contrast 16.81:1
Card sample
#74fdda text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #74fdda;
Background color
Panel with #74fdda background
background-color: #74fdda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #74fdda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 253, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 253, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #74fdda; background: linear-gradient(135deg, #74fdda, #74C5FD);