#7dfbe2
a light, electric cyan · cool · closest name: aquamarine
RGB
125, 251, 226
HSL
168°, 94%, 74%
CMYK
50, 0, 10, 2
Luminance
0.7885
Every format
| HEX | #7dfbe2 |
| RGB | rgb(125, 251, 226) |
| HSL | hsl(168, 94%, 74%) |
| CMYK | cmyk(50%, 0%, 10%, 2%) |
| LAB | lab(91.2 -41.1 1.2) |
| LCH | lch(91.2 41.1 178.3) |
| OKLCH | oklch(0.909 0.119 178.8) |
Copy-ready code
/* CSS */
color: #7dfbe2;
background-color: #7dfbe2;
/* Tailwind (arbitrary) */
class="text-[#7dfbe2] bg-[#7dfbe2]"
/* SCSS */
$brand: #7dfbe2;
/* SwiftUI */
Color(red: 0.490, green: 0.984, blue: 0.886)
/* Android */
Color.parseColor("#7dfbe2")Accessibility — WCAG contrast
Aa
#7dfbe2 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7dfbe2 on black: 16.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.0%
Green98.4%
Blue88.6%
CMYK percentages
Cyan50.2%
Magenta0.0%
Yellow10.0%
Key (black)1.6%
Color previews
#7dfbe2 text on a black background
contrast 16.77:1
Card sample
#7dfbe2 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7dfbe2;
Background color
Panel with #7dfbe2 background
background-color: #7dfbe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7dfbe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(125, 251, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 251, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7dfbe2; background: linear-gradient(135deg, #7dfbe2, #7DC0FB);