#74fbdf
a light, electric cyan · cool · closest name: aquamarine
RGB
116, 251, 223
HSL
168°, 94%, 72%
CMYK
54, 0, 11, 2
Luminance
0.7804
Every format
| HEX | #74fbdf |
| RGB | rgb(116, 251, 223) |
| HSL | hsl(168, 94%, 72%) |
| CMYK | cmyk(54%, 0%, 11%, 2%) |
| LAB | lab(90.8 -43.6 2.2) |
| LCH | lch(90.8 43.7 177.1) |
| OKLCH | oklch(0.905 0.126 177.7) |
Copy-ready code
/* CSS */
color: #74fbdf;
background-color: #74fbdf;
/* Tailwind (arbitrary) */
class="text-[#74fbdf] bg-[#74fbdf]"
/* SCSS */
$brand: #74fbdf;
/* SwiftUI */
Color(red: 0.455, green: 0.984, blue: 0.875)
/* Android */
Color.parseColor("#74fbdf")Accessibility — WCAG contrast
Aa
#74fbdf on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#74fbdf on black: 16.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green98.4%
Blue87.5%
CMYK percentages
Cyan53.8%
Magenta0.0%
Yellow11.2%
Key (black)1.6%
Color previews
#74fbdf text on a black background
contrast 16.61:1
Card sample
#74fbdf text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #74fbdf;
Background color
Panel with #74fbdf background
background-color: #74fbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #74fbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 251, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 251, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #74fbdf; background: linear-gradient(135deg, #74fbdf, #74BDFB);