#74fccf
a light, electric cyan · cool · closest name: aquamarine
RGB
116, 252, 207
HSL
160°, 96%, 72%
CMYK
54, 0, 18, 1
Luminance
0.7784
Every format
| HEX | #74fccf |
| RGB | rgb(116, 252, 207) |
| HSL | hsl(160, 96%, 72%) |
| CMYK | cmyk(54%, 0%, 18%, 1%) |
| LAB | lab(90.7 -47.7 10.3) |
| LCH | lch(90.7 48.8 167.8) |
| OKLCH | oklch(0.903 0.136 168.8) |
Copy-ready code
/* CSS */
color: #74fccf;
background-color: #74fccf;
/* Tailwind (arbitrary) */
class="text-[#74fccf] bg-[#74fccf]"
/* SCSS */
$brand: #74fccf;
/* SwiftUI */
Color(red: 0.455, green: 0.988, blue: 0.812)
/* Android */
Color.parseColor("#74fccf")Accessibility — WCAG contrast
Aa
#74fccf on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#74fccf on black: 16.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green98.8%
Blue81.2%
CMYK percentages
Cyan54.0%
Magenta0.0%
Yellow17.9%
Key (black)1.2%
Color previews
#74fccf text on a black background
contrast 16.57:1
Card sample
#74fccf text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #74fccf;
Background color
Panel with #74fccf background
background-color: #74fccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #74fccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 252, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 252, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #74fccf; background: linear-gradient(135deg, #74fccf, #74CFFC);