#7ba7fd
a light, electric blue · cool · closest name: dodgerblue
RGB
123, 167, 253
HSL
220°, 97%, 74%
CMYK
51, 34, 0, 1
Luminance
0.3894
Every format
| HEX | #7ba7fd |
| RGB | rgb(123, 167, 253) |
| HSL | hsl(220, 97%, 74%) |
| CMYK | cmyk(51%, 34%, 0%, 1%) |
| LAB | lab(68.7 8.7 -47.3) |
| LCH | lch(68.7 48.1 280.4) |
| OKLCH | oklch(0.733 0.134 262.9) |
Copy-ready code
/* CSS */
color: #7ba7fd;
background-color: #7ba7fd;
/* Tailwind (arbitrary) */
class="text-[#7ba7fd] bg-[#7ba7fd]"
/* SCSS */
$brand: #7ba7fd;
/* SwiftUI */
Color(red: 0.482, green: 0.655, blue: 0.992)
/* Android */
Color.parseColor("#7ba7fd")Accessibility — WCAG contrast
Aa
#7ba7fd on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ba7fd on black: 8.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green65.5%
Blue99.2%
CMYK percentages
Cyan51.4%
Magenta34.0%
Yellow0.0%
Key (black)0.8%
Color previews
#7ba7fd text on a black background
contrast 8.79:1
Card sample
#7ba7fd text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ba7fd;
Background color
Panel with #7ba7fd background
background-color: #7ba7fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ba7fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 167, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 167, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ba7fd; background: linear-gradient(135deg, #7ba7fd, #A67BFD);