#7dfbdc
a light, electric cyan · cool · closest name: aquamarine
RGB
125, 251, 220
HSL
165°, 94%, 74%
CMYK
50, 0, 12, 2
Luminance
0.7852
Every format
| HEX | #7dfbdc |
| RGB | rgb(125, 251, 220) |
| HSL | hsl(165, 94%, 74%) |
| CMYK | cmyk(50%, 0%, 12%, 2%) |
| LAB | lab(91.0 -42.4 4.1) |
| LCH | lch(91.0 42.6 174.5) |
| OKLCH | oklch(0.907 0.122 175.2) |
Copy-ready code
/* CSS */
color: #7dfbdc;
background-color: #7dfbdc;
/* Tailwind (arbitrary) */
class="text-[#7dfbdc] bg-[#7dfbdc]"
/* SCSS */
$brand: #7dfbdc;
/* SwiftUI */
Color(red: 0.490, green: 0.984, blue: 0.863)
/* Android */
Color.parseColor("#7dfbdc")Accessibility — WCAG contrast
Aa
#7dfbdc on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7dfbdc on black: 16.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.0%
Green98.4%
Blue86.3%
CMYK percentages
Cyan50.2%
Magenta0.0%
Yellow12.4%
Key (black)1.6%
Color previews
#7dfbdc text on a black background
contrast 16.70:1
Card sample
#7dfbdc text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7dfbdc;
Background color
Panel with #7dfbdc background
background-color: #7dfbdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7dfbdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(125, 251, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 251, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7dfbdc; background: linear-gradient(135deg, #7dfbdc, #7DC6FB);