#7cbafe
a light, electric blue · cool · closest name: steelblue
RGB
124, 186, 254
HSL
211°, 99%, 74%
CMYK
51, 27, 0, 0
Luminance
0.4656
Every format
| HEX | #7cbafe |
| RGB | rgb(124, 186, 254) |
| HSL | hsl(211, 99%, 74%) |
| CMYK | cmyk(51%, 27%, 0%, 0%) |
| LAB | lab(73.9 -1.4 -39.7) |
| LCH | lch(73.9 39.7 267.9) |
| OKLCH | oklch(0.774 0.117 251.7) |
Copy-ready code
/* CSS */
color: #7cbafe;
background-color: #7cbafe;
/* Tailwind (arbitrary) */
class="text-[#7cbafe] bg-[#7cbafe]"
/* SCSS */
$brand: #7cbafe;
/* SwiftUI */
Color(red: 0.486, green: 0.729, blue: 0.996)
/* Android */
Color.parseColor("#7cbafe")Accessibility — WCAG contrast
Aa
#7cbafe on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cbafe on black: 10.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green72.9%
Blue99.6%
CMYK percentages
Cyan51.2%
Magenta26.8%
Yellow0.0%
Key (black)0.4%
Color previews
#7cbafe text on a black background
contrast 10.31:1
Card sample
#7cbafe text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cbafe;
Background color
Panel with #7cbafe background
background-color: #7cbafe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cbafe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 186, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 186, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cbafe; background: linear-gradient(135deg, #7cbafe, #957CFE);