#7cbfef
a light, electric blue · cool · closest name: skyblue
RGB
124, 191, 239
HSL
205°, 78%, 71%
CMYK
48, 20, 0, 6
Luminance
0.4778
Every format
| HEX | #7cbfef |
| RGB | rgb(124, 191, 239) |
| HSL | hsl(205, 78%, 71%) |
| CMYK | cmyk(48%, 20%, 0%, 6%) |
| LAB | lab(74.7 -8.5 -30.4) |
| LCH | lch(74.7 31.6 254.4) |
| OKLCH | oklch(0.778 0.097 240.8) |
Copy-ready code
/* CSS */
color: #7cbfef;
background-color: #7cbfef;
/* Tailwind (arbitrary) */
class="text-[#7cbfef] bg-[#7cbfef]"
/* SCSS */
$brand: #7cbfef;
/* SwiftUI */
Color(red: 0.486, green: 0.749, blue: 0.937)
/* Android */
Color.parseColor("#7cbfef")Accessibility — WCAG contrast
Aa
#7cbfef on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cbfef on black: 10.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green74.9%
Blue93.7%
CMYK percentages
Cyan48.1%
Magenta20.1%
Yellow0.0%
Key (black)6.3%
Color previews
#7cbfef text on a black background
contrast 10.56:1
Card sample
#7cbfef text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cbfef;
Background color
Panel with #7cbfef background
background-color: #7cbfef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cbfef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 191, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 191, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cbfef; background: linear-gradient(135deg, #7cbfef, #867CEF);