#7cb2fe
a light, electric blue · cool · closest name: steelblue
RGB
124, 178, 254
HSL
215°, 99%, 74%
CMYK
51, 30, 0, 0
Luminance
0.4328
Every format
| HEX | #7cb2fe |
| RGB | rgb(124, 178, 254) |
| HSL | hsl(215, 99%, 74%) |
| CMYK | cmyk(51%, 30%, 0%, 0%) |
| LAB | lab(71.7 3.0 -43.0) |
| LCH | lch(71.7 43.1 274.0) |
| OKLCH | oklch(0.757 0.124 257.0) |
Copy-ready code
/* CSS */
color: #7cb2fe;
background-color: #7cb2fe;
/* Tailwind (arbitrary) */
class="text-[#7cb2fe] bg-[#7cb2fe]"
/* SCSS */
$brand: #7cb2fe;
/* SwiftUI */
Color(red: 0.486, green: 0.698, blue: 0.996)
/* Android */
Color.parseColor("#7cb2fe")Accessibility — WCAG contrast
Aa
#7cb2fe on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cb2fe on black: 9.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green69.8%
Blue99.6%
CMYK percentages
Cyan51.2%
Magenta29.9%
Yellow0.0%
Key (black)0.4%
Color previews
#7cb2fe text on a black background
contrast 9.66:1
Card sample
#7cb2fe text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cb2fe;
Background color
Panel with #7cb2fe background
background-color: #7cb2fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cb2fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 178, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 178, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cb2fe; background: linear-gradient(135deg, #7cb2fe, #9D7CFE);