#7df1ce
a light, electric cyan · cool · closest name: aquamarine
RGB
125, 241, 206
HSL
162°, 81%, 72%
CMYK
48, 0, 15, 6
Luminance
0.7173
Every format
| HEX | #7df1ce |
| RGB | rgb(125, 241, 206) |
| HSL | hsl(162, 81%, 72%) |
| CMYK | cmyk(48%, 0%, 15%, 6%) |
| LAB | lab(87.8 -41.1 6.8) |
| LCH | lch(87.8 41.7 170.6) |
| OKLCH | oklch(0.880 0.118 171.5) |
Copy-ready code
/* CSS */
color: #7df1ce;
background-color: #7df1ce;
/* Tailwind (arbitrary) */
class="text-[#7df1ce] bg-[#7df1ce]"
/* SCSS */
$brand: #7df1ce;
/* SwiftUI */
Color(red: 0.490, green: 0.945, blue: 0.808)
/* Android */
Color.parseColor("#7df1ce")Accessibility — WCAG contrast
Aa
#7df1ce on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7df1ce on black: 15.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.0%
Green94.5%
Blue80.8%
CMYK percentages
Cyan48.1%
Magenta0.0%
Yellow14.5%
Key (black)5.5%
Color previews
#7df1ce text on a black background
contrast 15.35:1
Card sample
#7df1ce text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7df1ce;
Background color
Panel with #7df1ce background
background-color: #7df1ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7df1ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(125, 241, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 241, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7df1ce; background: linear-gradient(135deg, #7df1ce, #7DC7F1);