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