#7cb8fd
a light, electric blue · cool · closest name: steelblue
RGB
124, 184, 253
HSL
212°, 97%, 74%
CMYK
51, 27, 0, 1
Luminance
0.4566
Every format
| HEX | #7cb8fd |
| RGB | rgb(124, 184, 253) |
| HSL | hsl(212, 97%, 74%) |
| CMYK | cmyk(51%, 27%, 0%, 1%) |
| LAB | lab(73.3 -0.6 -40.0) |
| LCH | lch(73.3 40.1 269.1) |
| OKLCH | oklch(0.769 0.118 252.7) |
Copy-ready code
/* CSS */
color: #7cb8fd;
background-color: #7cb8fd;
/* Tailwind (arbitrary) */
class="text-[#7cb8fd] bg-[#7cb8fd]"
/* SCSS */
$brand: #7cb8fd;
/* SwiftUI */
Color(red: 0.486, green: 0.722, blue: 0.992)
/* Android */
Color.parseColor("#7cb8fd")Accessibility — WCAG contrast
Aa
#7cb8fd on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cb8fd on black: 10.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green72.2%
Blue99.2%
CMYK percentages
Cyan51.0%
Magenta27.3%
Yellow0.0%
Key (black)0.8%
Color previews
#7cb8fd text on a black background
contrast 10.13:1
Card sample
#7cb8fd text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cb8fd;
Background color
Panel with #7cb8fd background
background-color: #7cb8fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cb8fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 184, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 184, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cb8fd; background: linear-gradient(135deg, #7cb8fd, #967CFD);