#294fdf
a balanced, vivid blue · warm · closest name: royalblue
RGB
41, 79, 223
HSL
228°, 74%, 52%
CMYK
82, 65, 0, 13
Luminance
0.1139
Every format
| HEX | #294fdf |
| RGB | rgb(41, 79, 223) |
| HSL | hsl(228, 74%, 52%) |
| CMYK | cmyk(82%, 65%, 0%, 13%) |
| LAB | lab(40.2 39.5 -76.6) |
| LCH | lch(40.2 86.2 297.3) |
| OKLCH | oklch(0.500 0.222 266.3) |
Copy-ready code
/* CSS */
color: #294fdf;
background-color: #294fdf;
/* Tailwind (arbitrary) */
class="text-[#294fdf] bg-[#294fdf]"
/* SCSS */
$brand: #294fdf;
/* SwiftUI */
Color(red: 0.161, green: 0.310, blue: 0.875)
/* Android */
Color.parseColor("#294fdf")Accessibility — WCAG contrast
Aa
#294fdf on white: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#294fdf on black: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green31.0%
Blue87.5%
CMYK percentages
Cyan81.6%
Magenta64.6%
Yellow0.0%
Key (black)12.5%
Color previews
#294fdf text on a black background
contrast 3.28:1
Card sample
#294fdf text on a white background
contrast 6.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #294fdf;
Background color
Panel with #294fdf background
background-color: #294fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #294fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 79, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 79, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #294fdf; background: linear-gradient(135deg, #294fdf, #7D29DF);