#294cdf
a balanced, vivid blue · warm · closest name: royalblue
RGB
41, 76, 223
HSL
229°, 74%, 52%
CMYK
82, 66, 0, 13
Luminance
0.1097
Every format
| HEX | #294cdf |
| RGB | rgb(41, 76, 223) |
| HSL | hsl(229, 74%, 52%) |
| CMYK | cmyk(82%, 66%, 0%, 13%) |
| LAB | lab(39.5 41.4 -77.7) |
| LCH | lch(39.5 88.0 298.0) |
| OKLCH | oklch(0.495 0.226 266.7) |
Copy-ready code
/* CSS */
color: #294cdf;
background-color: #294cdf;
/* Tailwind (arbitrary) */
class="text-[#294cdf] bg-[#294cdf]"
/* SCSS */
$brand: #294cdf;
/* SwiftUI */
Color(red: 0.161, green: 0.298, blue: 0.875)
/* Android */
Color.parseColor("#294cdf")Accessibility — WCAG contrast
Aa
#294cdf on white: 6.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#294cdf on black: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green29.8%
Blue87.5%
CMYK percentages
Cyan81.6%
Magenta65.9%
Yellow0.0%
Key (black)12.5%
Color previews
#294cdf text on a black background
contrast 3.19:1
Card sample
#294cdf text on a white background
contrast 6.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #294cdf;
Background color
Panel with #294cdf background
background-color: #294cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #294cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 76, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 76, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #294cdf; background: linear-gradient(135deg, #294cdf, #8029DF);