#293fff
a balanced, electric blue · warm · closest name: blue
RGB
41, 63, 255
HSL
234°, 100%, 58%
CMYK
84, 75, 0, 0
Luminance
0.1125
Every format
| HEX | #293fff |
| RGB | rgb(41, 63, 255) |
| HSL | hsl(234, 100%, 58%) |
| CMYK | cmyk(84%, 75%, 0%, 0%) |
| LAB | lab(40.0 59.7 -95.0) |
| LCH | lch(40.0 112.2 302.1) |
| OKLCH | oklch(0.508 0.276 267.5) |
Copy-ready code
/* CSS */
color: #293fff;
background-color: #293fff;
/* Tailwind (arbitrary) */
class="text-[#293fff] bg-[#293fff]"
/* SCSS */
$brand: #293fff;
/* SwiftUI */
Color(red: 0.161, green: 0.247, blue: 1.000)
/* Android */
Color.parseColor("#293fff")Accessibility — WCAG contrast
Aa
#293fff on white: 6.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#293fff on black: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green24.7%
Blue100.0%
CMYK percentages
Cyan83.9%
Magenta75.3%
Yellow0.0%
Key (black)0.0%
Color previews
#293fff text on a black background
contrast 3.25:1
Card sample
#293fff text on a white background
contrast 6.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #293fff;
Background color
Panel with #293fff background
background-color: #293fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #293fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 63, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 63, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #293fff; background: linear-gradient(135deg, #293fff, #A129FF);