#7fbafc
a light, electric blue · cool · closest name: skyblue
RGB
127, 186, 252
HSL
212°, 95%, 74%
CMYK
50, 26, 0, 1
Luminance
0.4666
Every format
| HEX | #7fbafc |
| RGB | rgb(127, 186, 252) |
| HSL | hsl(212, 95%, 74%) |
| CMYK | cmyk(50%, 26%, 0%, 1%) |
| LAB | lab(74.0 -1.4 -38.5) |
| LCH | lch(74.0 38.5 268.0) |
| OKLCH | oklch(0.774 0.113 252.0) |
Copy-ready code
/* CSS */
color: #7fbafc;
background-color: #7fbafc;
/* Tailwind (arbitrary) */
class="text-[#7fbafc] bg-[#7fbafc]"
/* SCSS */
$brand: #7fbafc;
/* SwiftUI */
Color(red: 0.498, green: 0.729, blue: 0.988)
/* Android */
Color.parseColor("#7fbafc")Accessibility — WCAG contrast
Aa
#7fbafc on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fbafc on black: 10.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green72.9%
Blue98.8%
CMYK percentages
Cyan49.6%
Magenta26.2%
Yellow0.0%
Key (black)1.2%
Color previews
#7fbafc text on a black background
contrast 10.33:1
Card sample
#7fbafc text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fbafc;
Background color
Panel with #7fbafc background
background-color: #7fbafc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fbafc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 186, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 186, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fbafc; background: linear-gradient(135deg, #7fbafc, #977FFC);