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