#7fdbfc
a light, electric cyan · cool · closest name: skyblue
RGB
127, 219, 252
HSL
196°, 95%, 74%
CMYK
50, 13, 0, 1
Luminance
0.6220
Every format
| HEX | #7fdbfc |
| RGB | rgb(127, 219, 252) |
| HSL | hsl(196, 95%, 74%) |
| CMYK | cmyk(50%, 13%, 0%, 1%) |
| LAB | lab(83.0 -18.8 -24.6) |
| LCH | lch(83.0 30.9 232.6) |
| OKLCH | oklch(0.846 0.099 223.3) |
Copy-ready code
/* CSS */
color: #7fdbfc;
background-color: #7fdbfc;
/* Tailwind (arbitrary) */
class="text-[#7fdbfc] bg-[#7fdbfc]"
/* SCSS */
$brand: #7fdbfc;
/* SwiftUI */
Color(red: 0.498, green: 0.859, blue: 0.988)
/* Android */
Color.parseColor("#7fdbfc")Accessibility — WCAG contrast
Aa
#7fdbfc on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fdbfc on black: 13.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green85.9%
Blue98.8%
CMYK percentages
Cyan49.6%
Magenta13.1%
Yellow0.0%
Key (black)1.2%
Color previews
#7fdbfc text on a black background
contrast 13.44:1
Card sample
#7fdbfc text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fdbfc;
Background color
Panel with #7fdbfc background
background-color: #7fdbfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fdbfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 219, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 219, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fdbfc; background: linear-gradient(135deg, #7fdbfc, #7F88FC);