#74ecdf
a light, electric cyan · cool · closest name: turquoise
RGB
116, 236, 223
HSL
174°, 76%, 69%
CMYK
51, 0, 6, 8
Luminance
0.6903
Every format
| HEX | #74ecdf |
| RGB | rgb(116, 236, 223) |
| HSL | hsl(174, 76%, 69%) |
| CMYK | cmyk(51%, 0%, 6%, 8%) |
| LAB | lab(86.5 -36.9 -4.1) |
| LCH | lch(86.5 37.1 186.3) |
| OKLCH | oklch(0.870 0.110 186.0) |
Copy-ready code
/* CSS */
color: #74ecdf;
background-color: #74ecdf;
/* Tailwind (arbitrary) */
class="text-[#74ecdf] bg-[#74ecdf]"
/* SCSS */
$brand: #74ecdf;
/* SwiftUI */
Color(red: 0.455, green: 0.925, blue: 0.875)
/* Android */
Color.parseColor("#74ecdf")Accessibility — WCAG contrast
Aa
#74ecdf on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#74ecdf on black: 14.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green92.5%
Blue87.5%
CMYK percentages
Cyan50.8%
Magenta0.0%
Yellow5.5%
Key (black)7.5%
Color previews
#74ecdf text on a black background
contrast 14.81:1
Card sample
#74ecdf text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #74ecdf;
Background color
Panel with #74ecdf background
background-color: #74ecdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #74ecdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 236, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 236, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #74ecdf; background: linear-gradient(135deg, #74ecdf, #74A9EC);