#74fadc
a light, electric cyan · cool · closest name: aquamarine
RGB
116, 250, 220
HSL
167°, 93%, 72%
CMYK
54, 0, 12, 2
Luminance
0.7725
Every format
| HEX | #74fadc |
| RGB | rgb(116, 250, 220) |
| HSL | hsl(167, 93%, 72%) |
| CMYK | cmyk(54%, 0%, 12%, 2%) |
| LAB | lab(90.4 -43.9 3.2) |
| LCH | lch(90.4 44.0 175.8) |
| OKLCH | oklch(0.902 0.126 176.4) |
Copy-ready code
/* CSS */
color: #74fadc;
background-color: #74fadc;
/* Tailwind (arbitrary) */
class="text-[#74fadc] bg-[#74fadc]"
/* SCSS */
$brand: #74fadc;
/* SwiftUI */
Color(red: 0.455, green: 0.980, blue: 0.863)
/* Android */
Color.parseColor("#74fadc")Accessibility — WCAG contrast
Aa
#74fadc on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#74fadc on black: 16.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green98.0%
Blue86.3%
CMYK percentages
Cyan53.6%
Magenta0.0%
Yellow12.0%
Key (black)2.0%
Color previews
#74fadc text on a black background
contrast 16.45:1
Card sample
#74fadc text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #74fadc;
Background color
Panel with #74fadc background
background-color: #74fadc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #74fadc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 250, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 250, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #74fadc; background: linear-gradient(135deg, #74fadc, #74BFFA);