#74fdef
a light, electric cyan · cool · closest name: turquoise
RGB
116, 253, 239
HSL
174°, 97%, 72%
CMYK
54, 0, 6, 1
Luminance
0.8020
Every format
| HEX | #74fdef |
| RGB | rgb(116, 253, 239) |
| HSL | hsl(174, 97%, 72%) |
| CMYK | cmyk(54%, 0%, 6%, 1%) |
| LAB | lab(91.8 -40.7 -4.7) |
| LCH | lch(91.8 40.9 186.6) |
| OKLCH | oklch(0.914 0.122 186.3) |
Copy-ready code
/* CSS */
color: #74fdef;
background-color: #74fdef;
/* Tailwind (arbitrary) */
class="text-[#74fdef] bg-[#74fdef]"
/* SCSS */
$brand: #74fdef;
/* SwiftUI */
Color(red: 0.455, green: 0.992, blue: 0.937)
/* Android */
Color.parseColor("#74fdef")Accessibility — WCAG contrast
Aa
#74fdef on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#74fdef on black: 17.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green99.2%
Blue93.7%
CMYK percentages
Cyan54.2%
Magenta0.0%
Yellow5.5%
Key (black)0.8%
Color previews
#74fdef text on a black background
contrast 17.04:1
Card sample
#74fdef text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #74fdef;
Background color
Panel with #74fdef background
background-color: #74fdef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #74fdef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 253, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 253, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #74fdef; background: linear-gradient(135deg, #74fdef, #74B0FD);