#7cbfec
a light, vivid blue · cool · closest name: skyblue
RGB
124, 191, 236
HSL
204°, 75%, 71%
CMYK
48, 19, 0, 8
Luminance
0.4760
Every format
| HEX | #7cbfec |
| RGB | rgb(124, 191, 236) |
| HSL | hsl(204, 75%, 71%) |
| CMYK | cmyk(48%, 19%, 0%, 8%) |
| LAB | lab(74.6 -9.3 -28.9) |
| LCH | lch(74.6 30.4 252.1) |
| OKLCH | oklch(0.777 0.094 239.0) |
Copy-ready code
/* CSS */
color: #7cbfec;
background-color: #7cbfec;
/* Tailwind (arbitrary) */
class="text-[#7cbfec] bg-[#7cbfec]"
/* SCSS */
$brand: #7cbfec;
/* SwiftUI */
Color(red: 0.486, green: 0.749, blue: 0.925)
/* Android */
Color.parseColor("#7cbfec")Accessibility — WCAG contrast
Aa
#7cbfec on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cbfec on black: 10.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green74.9%
Blue92.5%
CMYK percentages
Cyan47.5%
Magenta19.1%
Yellow0.0%
Key (black)7.5%
Color previews
#7cbfec text on a black background
contrast 10.52:1
Card sample
#7cbfec text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cbfec;
Background color
Panel with #7cbfec background
background-color: #7cbfec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cbfec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 191, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 191, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cbfec; background: linear-gradient(135deg, #7cbfec, #847CEC);