#7dffdb
a light, electric cyan · cool · closest name: aquamarine
RGB
125, 255, 219
HSL
163°, 100%, 75%
CMYK
51, 0, 14, 0
Luminance
0.8099
Every format
| HEX | #7dffdb |
| RGB | rgb(125, 255, 219) |
| HSL | hsl(163, 100%, 75%) |
| CMYK | cmyk(51%, 0%, 14%, 0%) |
| LAB | lab(92.1 -44.4 6.2) |
| LCH | lch(92.1 44.9 172.0) |
| OKLCH | oklch(0.916 0.127 172.9) |
Copy-ready code
/* CSS */
color: #7dffdb;
background-color: #7dffdb;
/* Tailwind (arbitrary) */
class="text-[#7dffdb] bg-[#7dffdb]"
/* SCSS */
$brand: #7dffdb;
/* SwiftUI */
Color(red: 0.490, green: 1.000, blue: 0.859)
/* Android */
Color.parseColor("#7dffdb")Accessibility — WCAG contrast
Aa
#7dffdb on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7dffdb on black: 17.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.0%
Green100.0%
Blue85.9%
CMYK percentages
Cyan51.0%
Magenta0.0%
Yellow14.1%
Key (black)0.0%
Color previews
#7dffdb text on a black background
contrast 17.20:1
Card sample
#7dffdb text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7dffdb;
Background color
Panel with #7dffdb background
background-color: #7dffdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7dffdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(125, 255, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 255, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7dffdb; background: linear-gradient(135deg, #7dffdb, #7DCCFF);