#294edb
a balanced, vivid blue · warm · closest name: royalblue
RGB
41, 78, 219
HSL
228°, 71%, 51%
CMYK
81, 64, 0, 14
Luminance
0.1103
Every format
| HEX | #294edb |
| RGB | rgb(41, 78, 219) |
| HSL | hsl(228, 71%, 51%) |
| CMYK | cmyk(81%, 64%, 0%, 14%) |
| LAB | lab(39.6 38.7 -75.3) |
| LCH | lch(39.6 84.6 297.2) |
| OKLCH | oklch(0.495 0.218 266.4) |
Copy-ready code
/* CSS */
color: #294edb;
background-color: #294edb;
/* Tailwind (arbitrary) */
class="text-[#294edb] bg-[#294edb]"
/* SCSS */
$brand: #294edb;
/* SwiftUI */
Color(red: 0.161, green: 0.306, blue: 0.859)
/* Android */
Color.parseColor("#294edb")Accessibility — WCAG contrast
Aa
#294edb on white: 6.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#294edb on black: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green30.6%
Blue85.9%
CMYK percentages
Cyan81.3%
Magenta64.4%
Yellow0.0%
Key (black)14.1%
Color previews
#294edb text on a black background
contrast 3.21:1
Card sample
#294edb text on a white background
contrast 6.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #294edb;
Background color
Panel with #294edb background
background-color: #294edb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #294edb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 78, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 78, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #294edb; background: linear-gradient(135deg, #294edb, #7B29DB);