#76feee
a light, electric cyan · cool · closest name: turquoise
RGB
118, 254, 238
HSL
173°, 99%, 73%
CMYK
54, 0, 6, 0
Luminance
0.8091
Every format
| HEX | #76feee |
| RGB | rgb(118, 254, 238) |
| HSL | hsl(173, 99%, 73%) |
| CMYK | cmyk(54%, 0%, 6%, 0%) |
| LAB | lab(92.1 -41.0 -3.7) |
| LCH | lch(92.1 41.1 185.1) |
| OKLCH | oklch(0.917 0.122 185.0) |
Copy-ready code
/* CSS */
color: #76feee;
background-color: #76feee;
/* Tailwind (arbitrary) */
class="text-[#76feee] bg-[#76feee]"
/* SCSS */
$brand: #76feee;
/* SwiftUI */
Color(red: 0.463, green: 0.996, blue: 0.933)
/* Android */
Color.parseColor("#76feee")Accessibility — WCAG contrast
Aa
#76feee on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#76feee on black: 17.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green99.6%
Blue93.3%
CMYK percentages
Cyan53.5%
Magenta0.0%
Yellow6.3%
Key (black)0.4%
Color previews
#76feee text on a black background
contrast 17.18:1
Card sample
#76feee text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76feee;
Background color
Panel with #76feee background
background-color: #76feee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76feee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 254, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 254, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76feee; background: linear-gradient(135deg, #76feee, #76B3FE);