#293acf
a balanced, vivid blue · warm · closest name: navy
RGB
41, 58, 207
HSL
234°, 67%, 49%
CMYK
80, 72, 0, 19
Luminance
0.0800
Every format
| HEX | #293acf |
| RGB | rgb(41, 58, 207) |
| HSL | hsl(234, 67%, 49%) |
| CMYK | cmyk(80%, 72%, 0%, 19%) |
| LAB | lab(34.0 46.6 -77.6) |
| LCH | lch(34.0 90.6 301.0) |
| OKLCH | oklch(0.450 0.225 268.9) |
Copy-ready code
/* CSS */
color: #293acf;
background-color: #293acf;
/* Tailwind (arbitrary) */
class="text-[#293acf] bg-[#293acf]"
/* SCSS */
$brand: #293acf;
/* SwiftUI */
Color(red: 0.161, green: 0.227, blue: 0.812)
/* Android */
Color.parseColor("#293acf")Accessibility — WCAG contrast
Aa
#293acf on white: 8.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#293acf on black: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green22.7%
Blue81.2%
CMYK percentages
Cyan80.2%
Magenta72.0%
Yellow0.0%
Key (black)18.8%
Color previews
#293acf text on a black background
contrast 2.60:1
Card sample
#293acf text on a white background
contrast 8.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #293acf;
Background color
Panel with #293acf background
background-color: #293acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #293acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 58, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 58, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #293acf; background: linear-gradient(135deg, #293acf, #8729CF);