#293cf2
a balanced, electric blue · warm · closest name: blue
RGB
41, 60, 242
HSL
234°, 89%, 56%
CMYK
83, 75, 0, 5
Luminance
0.1011
Every format
| HEX | #293cf2 |
| RGB | rgb(41, 60, 242) |
| HSL | hsl(234, 89%, 56%) |
| CMYK | cmyk(83%, 75%, 0%, 5%) |
| LAB | lab(38.0 57.1 -91.0) |
| LCH | lch(38.0 107.4 302.1) |
| OKLCH | oklch(0.490 0.264 268.0) |
Copy-ready code
/* CSS */
color: #293cf2;
background-color: #293cf2;
/* Tailwind (arbitrary) */
class="text-[#293cf2] bg-[#293cf2]"
/* SCSS */
$brand: #293cf2;
/* SwiftUI */
Color(red: 0.161, green: 0.235, blue: 0.949)
/* Android */
Color.parseColor("#293cf2")Accessibility — WCAG contrast
Aa
#293cf2 on white: 6.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#293cf2 on black: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green23.5%
Blue94.9%
CMYK percentages
Cyan83.1%
Magenta75.2%
Yellow0.0%
Key (black)5.1%
Color previews
#293cf2 text on a black background
contrast 3.02:1
Card sample
#293cf2 text on a white background
contrast 6.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #293cf2;
Background color
Panel with #293cf2 background
background-color: #293cf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #293cf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 60, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 60, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #293cf2; background: linear-gradient(135deg, #293cf2, #9C29F2);