#76f4df
a light, electric cyan · cool · closest name: turquoise
RGB
118, 244, 223
HSL
170°, 85%, 71%
CMYK
52, 0, 9, 4
Luminance
0.7388
Every format
| HEX | #76f4df |
| RGB | rgb(118, 244, 223) |
| HSL | hsl(170, 85%, 71%) |
| CMYK | cmyk(52%, 0%, 9%, 4%) |
| LAB | lab(88.9 -40.1 -0.6) |
| LCH | lch(88.9 40.1 180.9) |
| OKLCH | oklch(0.889 0.117 181.1) |
Copy-ready code
/* CSS */
color: #76f4df;
background-color: #76f4df;
/* Tailwind (arbitrary) */
class="text-[#76f4df] bg-[#76f4df]"
/* SCSS */
$brand: #76f4df;
/* SwiftUI */
Color(red: 0.463, green: 0.957, blue: 0.875)
/* Android */
Color.parseColor("#76f4df")Accessibility — WCAG contrast
Aa
#76f4df on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#76f4df on black: 15.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green95.7%
Blue87.5%
CMYK percentages
Cyan51.6%
Magenta0.0%
Yellow8.6%
Key (black)4.3%
Color previews
#76f4df text on a black background
contrast 15.78:1
Card sample
#76f4df text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76f4df;
Background color
Panel with #76f4df background
background-color: #76f4df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76f4df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 244, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 244, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76f4df; background: linear-gradient(135deg, #76f4df, #76B5F4);