#296cdf
a balanced, vivid blue · cool · closest name: royalblue
RGB
41, 108, 223
HSL
218°, 74%, 52%
CMYK
82, 52, 0, 13
Luminance
0.1652
Every format
| HEX | #296cdf |
| RGB | rgb(41, 108, 223) |
| HSL | hsl(218, 74%, 52%) |
| CMYK | cmyk(82%, 52%, 0%, 13%) |
| LAB | lab(47.6 21.0 -64.5) |
| LCH | lch(47.6 67.8 288.0) |
| OKLCH | oklch(0.556 0.188 260.5) |
Copy-ready code
/* CSS */
color: #296cdf;
background-color: #296cdf;
/* Tailwind (arbitrary) */
class="text-[#296cdf] bg-[#296cdf]"
/* SCSS */
$brand: #296cdf;
/* SwiftUI */
Color(red: 0.161, green: 0.424, blue: 0.875)
/* Android */
Color.parseColor("#296cdf")Accessibility — WCAG contrast
Aa
#296cdf on white: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#296cdf on black: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green42.4%
Blue87.5%
CMYK percentages
Cyan81.6%
Magenta51.6%
Yellow0.0%
Key (black)12.5%
Color previews
#296cdf text on a black background
contrast 4.30:1
Card sample
#296cdf text on a white background
contrast 4.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #296cdf;
Background color
Panel with #296cdf background
background-color: #296cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #296cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 108, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 108, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #296cdf; background: linear-gradient(135deg, #296cdf, #5F29DF);