#296bfd
a balanced, electric blue · cool · closest name: royalblue
RGB
41, 107, 253
HSL
221°, 98%, 58%
CMYK
84, 58, 0, 1
Luminance
0.1808
Every format
| HEX | #296bfd |
| RGB | rgb(41, 107, 253) |
| HSL | hsl(221, 98%, 58%) |
| CMYK | cmyk(84%, 58%, 0%, 1%) |
| LAB | lab(49.6 32.9 -78.1) |
| LCH | lch(49.6 84.8 292.8) |
| OKLCH | oklch(0.577 0.228 262.9) |
Copy-ready code
/* CSS */
color: #296bfd;
background-color: #296bfd;
/* Tailwind (arbitrary) */
class="text-[#296bfd] bg-[#296bfd]"
/* SCSS */
$brand: #296bfd;
/* SwiftUI */
Color(red: 0.161, green: 0.420, blue: 0.992)
/* Android */
Color.parseColor("#296bfd")Accessibility — WCAG contrast
Aa
#296bfd on white: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#296bfd on black: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green42.0%
Blue99.2%
CMYK percentages
Cyan83.8%
Magenta57.7%
Yellow0.0%
Key (black)0.8%
Color previews
#296bfd text on a black background
contrast 4.62:1
Card sample
#296bfd text on a white background
contrast 4.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #296bfd;
Background color
Panel with #296bfd background
background-color: #296bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #296bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 107, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 107, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #296bfd; background: linear-gradient(135deg, #296bfd, #7429FD);