#295df4
a balanced, electric blue · cool · closest name: royalblue
RGB
41, 93, 244
HSL
225°, 90%, 56%
CMYK
83, 62, 0, 4
Luminance
0.1483
Every format
| HEX | #295df4 |
| RGB | rgb(41, 93, 244) |
| HSL | hsl(225, 90%, 56%) |
| CMYK | cmyk(83%, 62%, 0%, 4%) |
| LAB | lab(45.4 38.4 -80.0) |
| LCH | lch(45.4 88.7 295.6) |
| OKLCH | oklch(0.544 0.233 264.8) |
Copy-ready code
/* CSS */
color: #295df4;
background-color: #295df4;
/* Tailwind (arbitrary) */
class="text-[#295df4] bg-[#295df4]"
/* SCSS */
$brand: #295df4;
/* SwiftUI */
Color(red: 0.161, green: 0.365, blue: 0.957)
/* Android */
Color.parseColor("#295df4")Accessibility — WCAG contrast
Aa
#295df4 on white: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#295df4 on black: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green36.5%
Blue95.7%
CMYK percentages
Cyan83.2%
Magenta61.9%
Yellow0.0%
Key (black)4.3%
Color previews
#295df4 text on a black background
contrast 3.97:1
Card sample
#295df4 text on a white background
contrast 5.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #295df4;
Background color
Panel with #295df4 background
background-color: #295df4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #295df4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 93, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 93, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #295df4; background: linear-gradient(135deg, #295df4, #7C29F4);