#293bff
a balanced, electric blue · warm · closest name: blue
RGB
41, 59, 255
HSL
235°, 100%, 58%
CMYK
84, 77, 0, 0
Luminance
0.1082
Every format
| HEX | #293bff |
| RGB | rgb(41, 59, 255) |
| HSL | hsl(235, 100%, 58%) |
| CMYK | cmyk(84%, 77%, 0%, 0%) |
| LAB | lab(39.3 61.7 -96.2) |
| LCH | lch(39.3 114.3 302.7) |
| OKLCH | oklch(0.503 0.279 267.7) |
Copy-ready code
/* CSS */
color: #293bff;
background-color: #293bff;
/* Tailwind (arbitrary) */
class="text-[#293bff] bg-[#293bff]"
/* SCSS */
$brand: #293bff;
/* SwiftUI */
Color(red: 0.161, green: 0.231, blue: 1.000)
/* Android */
Color.parseColor("#293bff")Accessibility — WCAG contrast
Aa
#293bff on white: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#293bff on black: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green23.1%
Blue100.0%
CMYK percentages
Cyan83.9%
Magenta76.9%
Yellow0.0%
Key (black)0.0%
Color previews
#293bff text on a black background
contrast 3.16:1
Card sample
#293bff text on a white background
contrast 6.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #293bff;
Background color
Panel with #293bff background
background-color: #293bff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #293bff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 59, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 59, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #293bff; background: linear-gradient(135deg, #293bff, #A629FF);