#76fada
a light, electric cyan · cool · closest name: aquamarine
RGB
118, 250, 218
HSL
166°, 93%, 72%
CMYK
53, 0, 13, 2
Luminance
0.7728
Every format
| HEX | #76fada |
| RGB | rgb(118, 250, 218) |
| HSL | hsl(166, 93%, 72%) |
| CMYK | cmyk(53%, 0%, 13%, 2%) |
| LAB | lab(90.5 -43.9 4.3) |
| LCH | lch(90.5 44.1 174.4) |
| OKLCH | oklch(0.902 0.126 175.1) |
Copy-ready code
/* CSS */
color: #76fada;
background-color: #76fada;
/* Tailwind (arbitrary) */
class="text-[#76fada] bg-[#76fada]"
/* SCSS */
$brand: #76fada;
/* SwiftUI */
Color(red: 0.463, green: 0.980, blue: 0.855)
/* Android */
Color.parseColor("#76fada")Accessibility — WCAG contrast
Aa
#76fada on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#76fada on black: 16.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green98.0%
Blue85.5%
CMYK percentages
Cyan52.8%
Magenta0.0%
Yellow12.8%
Key (black)2.0%
Color previews
#76fada text on a black background
contrast 16.46:1
Card sample
#76fada text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76fada;
Background color
Panel with #76fada background
background-color: #76fada;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76fada;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 250, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 250, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76fada; background: linear-gradient(135deg, #76fada, #76C2FA);