#7cbeee
a light, electric blue · cool · closest name: skyblue
RGB
124, 190, 238
HSL
205°, 77%, 71%
CMYK
48, 20, 0, 7
Luminance
0.4729
Every format
| HEX | #7cbeee |
| RGB | rgb(124, 190, 238) |
| HSL | hsl(205, 77%, 71%) |
| CMYK | cmyk(48%, 20%, 0%, 7%) |
| LAB | lab(74.4 -8.2 -30.3) |
| LCH | lch(74.4 31.4 254.8) |
| OKLCH | oklch(0.775 0.096 241.2) |
Copy-ready code
/* CSS */
color: #7cbeee;
background-color: #7cbeee;
/* Tailwind (arbitrary) */
class="text-[#7cbeee] bg-[#7cbeee]"
/* SCSS */
$brand: #7cbeee;
/* SwiftUI */
Color(red: 0.486, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#7cbeee")Accessibility — WCAG contrast
Aa
#7cbeee on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cbeee on black: 10.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green74.5%
Blue93.3%
CMYK percentages
Cyan47.9%
Magenta20.2%
Yellow0.0%
Key (black)6.7%
Color previews
#7cbeee text on a black background
contrast 10.46:1
Card sample
#7cbeee text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cbeee;
Background color
Panel with #7cbeee background
background-color: #7cbeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cbeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cbeee; background: linear-gradient(135deg, #7cbeee, #867CEE);