#294ace
a balanced, vivid blue · warm · closest name: slateblue
RGB
41, 74, 206
HSL
228°, 67%, 48%
CMYK
80, 64, 0, 19
Luminance
0.0983
Every format
| HEX | #294ace |
| RGB | rgb(41, 74, 206) |
| HSL | hsl(228, 67%, 48%) |
| CMYK | cmyk(80%, 64%, 0%, 19%) |
| LAB | lab(37.5 36.5 -71.2) |
| LCH | lch(37.5 80.0 297.1) |
| OKLCH | oklch(0.476 0.207 266.9) |
Copy-ready code
/* CSS */
color: #294ace;
background-color: #294ace;
/* Tailwind (arbitrary) */
class="text-[#294ace] bg-[#294ace]"
/* SCSS */
$brand: #294ace;
/* SwiftUI */
Color(red: 0.161, green: 0.290, blue: 0.808)
/* Android */
Color.parseColor("#294ace")Accessibility — WCAG contrast
Aa
#294ace on white: 7.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#294ace on black: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green29.0%
Blue80.8%
CMYK percentages
Cyan80.1%
Magenta64.1%
Yellow0.0%
Key (black)19.2%
Color previews
#294ace text on a black background
contrast 2.97:1
Card sample
#294ace text on a white background
contrast 7.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #294ace;
Background color
Panel with #294ace background
background-color: #294ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #294ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 74, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 74, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #294ace; background: linear-gradient(135deg, #294ace, #7629CE);