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