#7dfbd3
a light, electric cyan · cool · “aquamarine”
RGB
125, 251, 211
HSL
161°, 94%, 74%
CMYK
50, 0, 16, 2
Luminance
0.7806
Every format
| HEX | #7dfbd3 |
| RGB | rgb(125, 251, 211) |
| HSL | hsl(161, 94%, 74%) |
| CMYK | cmyk(50%, 0%, 16%, 2%) |
| LAB | lab(90.8 -44.5 8.5) |
| LCH | lch(90.8 45.3 169.2) |
| OKLCH | oklch(0.905 0.127 170.2) |
Copy-ready code
/* CSS */
color: #7dfbd3;
background-color: #7dfbd3;
/* Tailwind (arbitrary) */
class="text-[#7dfbd3] bg-[#7dfbd3]"
/* SCSS */
$brand: #7dfbd3;
/* SwiftUI */
Color(red: 0.490, green: 0.984, blue: 0.827)
/* Android */
Color.parseColor("#7dfbd3")Accessibility — WCAG contrast
Aa
#7dfbd3 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7dfbd3 on black: 16.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.0%
Green98.4%
Blue82.7%
CMYK percentages
Cyan50.2%
Magenta0.0%
Yellow15.9%
Key (black)1.6%
Color previews
#7dfbd3 text on a black background
contrast 16.61:1
Card sample
#7dfbd3 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7dfbd3;
Background color
Panel with #7dfbd3 background
background-color: #7dfbd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7dfbd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(125, 251, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 251, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7dfbd3; background: linear-gradient(135deg, #7dfbd3, #7DCFFB);