#7cbfff
a light, electric blue · cool · closest name: skyblue
RGB
124, 191, 255
HSL
209°, 100%, 74%
CMYK
51, 25, 0, 0
Luminance
0.4877
Every format
| HEX | #7cbfff |
| RGB | rgb(124, 191, 255) |
| HSL | hsl(209, 100%, 74%) |
| CMYK | cmyk(51%, 25%, 0%, 0%) |
| LAB | lab(75.3 -3.9 -38.0) |
| LCH | lch(75.3 38.2 264.2) |
| OKLCH | oklch(0.785 0.115 248.4) |
Copy-ready code
/* CSS */
color: #7cbfff;
background-color: #7cbfff;
/* Tailwind (arbitrary) */
class="text-[#7cbfff] bg-[#7cbfff]"
/* SCSS */
$brand: #7cbfff;
/* SwiftUI */
Color(red: 0.486, green: 0.749, blue: 1.000)
/* Android */
Color.parseColor("#7cbfff")Accessibility — WCAG contrast
Aa
#7cbfff on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cbfff on black: 10.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green74.9%
Blue100.0%
CMYK percentages
Cyan51.4%
Magenta25.1%
Yellow0.0%
Key (black)0.0%
Color previews
#7cbfff text on a black background
contrast 10.75:1
Card sample
#7cbfff text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cbfff;
Background color
Panel with #7cbfff background
background-color: #7cbfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cbfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 191, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 191, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cbfff; background: linear-gradient(135deg, #7cbfff, #907CFF);