#76f4cd
a light, electric cyan · cool · closest name: aquamarine
RGB
118, 244, 205
HSL
161°, 85%, 71%
CMYK
52, 0, 16, 4
Luminance
0.7296
Every format
| HEX | #76f4cd |
| RGB | rgb(118, 244, 205) |
| HSL | hsl(161, 85%, 71%) |
| CMYK | cmyk(52%, 0%, 16%, 4%) |
| LAB | lab(88.4 -44.3 8.1) |
| LCH | lch(88.4 45.0 169.6) |
| OKLCH | oklch(0.884 0.127 170.5) |
Copy-ready code
/* CSS */
color: #76f4cd;
background-color: #76f4cd;
/* Tailwind (arbitrary) */
class="text-[#76f4cd] bg-[#76f4cd]"
/* SCSS */
$brand: #76f4cd;
/* SwiftUI */
Color(red: 0.463, green: 0.957, blue: 0.804)
/* Android */
Color.parseColor("#76f4cd")Accessibility — WCAG contrast
Aa
#76f4cd on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#76f4cd on black: 15.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green95.7%
Blue80.4%
CMYK percentages
Cyan51.6%
Magenta0.0%
Yellow16.0%
Key (black)4.3%
Color previews
#76f4cd text on a black background
contrast 15.59:1
Card sample
#76f4cd text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76f4cd;
Background color
Panel with #76f4cd background
background-color: #76f4cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76f4cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 244, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 244, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76f4cd; background: linear-gradient(135deg, #76f4cd, #76C7F4);