#7cadef
a light, electric blue · cool · closest name: steelblue
RGB
124, 173, 239
HSL
214°, 78%, 71%
CMYK
48, 28, 0, 6
Luminance
0.4040
Every format
| HEX | #7cadef |
| RGB | rgb(124, 173, 239) |
| HSL | hsl(214, 78%, 71%) |
| CMYK | cmyk(48%, 28%, 0%, 6%) |
| LAB | lab(69.8 1.4 -38.0) |
| LCH | lch(69.8 38.0 272.1) |
| OKLCH | oklch(0.739 0.110 256.1) |
Copy-ready code
/* CSS */
color: #7cadef;
background-color: #7cadef;
/* Tailwind (arbitrary) */
class="text-[#7cadef] bg-[#7cadef]"
/* SCSS */
$brand: #7cadef;
/* SwiftUI */
Color(red: 0.486, green: 0.678, blue: 0.937)
/* Android */
Color.parseColor("#7cadef")Accessibility — WCAG contrast
Aa
#7cadef on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cadef on black: 9.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green67.8%
Blue93.7%
CMYK percentages
Cyan48.1%
Magenta27.6%
Yellow0.0%
Key (black)6.3%
Color previews
#7cadef text on a black background
contrast 9.08:1
Card sample
#7cadef text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cadef;
Background color
Panel with #7cadef background
background-color: #7cadef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cadef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 173, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 173, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cadef; background: linear-gradient(135deg, #7cadef, #987CEF);