#7dfefc
a light, electric cyan · cool · closest name: cyan
RGB
125, 254, 252
HSL
179°, 99%, 74%
CMYK
51, 0, 1, 0
Luminance
0.8227
Every format
| HEX | #7dfefc |
| RGB | rgb(125, 254, 252) |
| HSL | hsl(179, 99%, 74%) |
| CMYK | cmyk(51%, 0%, 1%, 0%) |
| LAB | lab(92.7 -36.1 -10.0) |
| LCH | lch(92.7 37.5 195.5) |
| OKLCH | oklch(0.923 0.115 194.0) |
Copy-ready code
/* CSS */
color: #7dfefc;
background-color: #7dfefc;
/* Tailwind (arbitrary) */
class="text-[#7dfefc] bg-[#7dfefc]"
/* SCSS */
$brand: #7dfefc;
/* SwiftUI */
Color(red: 0.490, green: 0.996, blue: 0.988)
/* Android */
Color.parseColor("#7dfefc")Accessibility — WCAG contrast
Aa
#7dfefc on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7dfefc on black: 17.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.0%
Green99.6%
Blue98.8%
CMYK percentages
Cyan50.8%
Magenta0.0%
Yellow0.8%
Key (black)0.4%
Color previews
#7dfefc text on a black background
contrast 17.45:1
Card sample
#7dfefc text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7dfefc;
Background color
Panel with #7dfefc background
background-color: #7dfefc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7dfefc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(125, 254, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 254, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7dfefc; background: linear-gradient(135deg, #7dfefc, #7DAAFE);