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