#74facb
a light, electric green · cool · closest name: aquamarine
RGB
116, 250, 203
HSL
159°, 93%, 72%
CMYK
54, 0, 19, 2
Luminance
0.7640
Every format
| HEX | #74facb |
| RGB | rgb(116, 250, 203) |
| HSL | hsl(159, 93%, 72%) |
| CMYK | cmyk(54%, 0%, 19%, 2%) |
| LAB | lab(90.0 -47.7 11.5) |
| LCH | lch(90.0 49.1 166.5) |
| OKLCH | oklch(0.897 0.137 167.6) |
Copy-ready code
/* CSS */
color: #74facb;
background-color: #74facb;
/* Tailwind (arbitrary) */
class="text-[#74facb] bg-[#74facb]"
/* SCSS */
$brand: #74facb;
/* SwiftUI */
Color(red: 0.455, green: 0.980, blue: 0.796)
/* Android */
Color.parseColor("#74facb")Accessibility — WCAG contrast
Aa
#74facb on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#74facb on black: 16.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green98.0%
Blue79.6%
CMYK percentages
Cyan53.6%
Magenta0.0%
Yellow18.8%
Key (black)2.0%
Color previews
#74facb text on a black background
contrast 16.28:1
Card sample
#74facb text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #74facb;
Background color
Panel with #74facb background
background-color: #74facb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #74facb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 250, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 250, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #74facb; background: linear-gradient(135deg, #74facb, #74D0FA);