#74f2f4
a light, electric cyan · cool · closest name: cyan
RGB
116, 242, 244
HSL
181°, 85%, 71%
CMYK
53, 1, 0, 4
Luminance
0.7375
Every format
| HEX | #74f2f4 |
| RGB | rgb(116, 242, 244) |
| HSL | hsl(181, 85%, 71%) |
| CMYK | cmyk(53%, 1%, 0%, 4%) |
| LAB | lab(88.8 -34.4 -11.7) |
| LCH | lch(88.8 36.3 198.8) |
| OKLCH | oklch(0.890 0.112 196.7) |
Copy-ready code
/* CSS */
color: #74f2f4;
background-color: #74f2f4;
/* Tailwind (arbitrary) */
class="text-[#74f2f4] bg-[#74f2f4]"
/* SCSS */
$brand: #74f2f4;
/* SwiftUI */
Color(red: 0.455, green: 0.949, blue: 0.957)
/* Android */
Color.parseColor("#74f2f4")Accessibility — WCAG contrast
Aa
#74f2f4 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#74f2f4 on black: 15.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green94.9%
Blue95.7%
CMYK percentages
Cyan52.5%
Magenta0.8%
Yellow0.0%
Key (black)4.3%
Color previews
#74f2f4 text on a black background
contrast 15.75:1
Card sample
#74f2f4 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #74f2f4;
Background color
Panel with #74f2f4 background
background-color: #74f2f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #74f2f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 242, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 242, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #74f2f4; background: linear-gradient(135deg, #74f2f4, #749DF4);