#7ba3f4
a light, electric blue · cool · closest name: dodgerblue
RGB
123, 163, 244
HSL
220°, 85%, 72%
CMYK
50, 33, 0, 4
Luminance
0.3694
Every format
| HEX | #7ba3f4 |
| RGB | rgb(123, 163, 244) |
| HSL | hsl(220, 85%, 72%) |
| CMYK | cmyk(50%, 33%, 0%, 4%) |
| LAB | lab(67.2 8.3 -44.7) |
| LCH | lch(67.2 45.5 280.5) |
| OKLCH | oklch(0.720 0.127 263.5) |
Copy-ready code
/* CSS */
color: #7ba3f4;
background-color: #7ba3f4;
/* Tailwind (arbitrary) */
class="text-[#7ba3f4] bg-[#7ba3f4]"
/* SCSS */
$brand: #7ba3f4;
/* SwiftUI */
Color(red: 0.482, green: 0.639, blue: 0.957)
/* Android */
Color.parseColor("#7ba3f4")Accessibility — WCAG contrast
Aa
#7ba3f4 on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ba3f4 on black: 8.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green63.9%
Blue95.7%
CMYK percentages
Cyan49.6%
Magenta33.2%
Yellow0.0%
Key (black)4.3%
Color previews
#7ba3f4 text on a black background
contrast 8.39:1
Card sample
#7ba3f4 text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ba3f4;
Background color
Panel with #7ba3f4 background
background-color: #7ba3f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ba3f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 163, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 163, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ba3f4; background: linear-gradient(135deg, #7ba3f4, #A47BF4);