#293cdf
a balanced, vivid blue · warm · closest name: navy
RGB
41, 60, 223
HSL
234°, 74%, 52%
CMYK
82, 73, 0, 13
Luminance
0.0903
Every format
| HEX | #293cdf |
| RGB | rgb(41, 60, 223) |
| HSL | hsl(234, 74%, 52%) |
| CMYK | cmyk(82%, 73%, 0%, 13%) |
| LAB | lab(36.0 50.9 -83.5) |
| LCH | lch(36.0 97.8 301.4) |
| OKLCH | oklch(0.470 0.242 268.4) |
Copy-ready code
/* CSS */
color: #293cdf;
background-color: #293cdf;
/* Tailwind (arbitrary) */
class="text-[#293cdf] bg-[#293cdf]"
/* SCSS */
$brand: #293cdf;
/* SwiftUI */
Color(red: 0.161, green: 0.235, blue: 0.875)
/* Android */
Color.parseColor("#293cdf")Accessibility — WCAG contrast
Aa
#293cdf on white: 7.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#293cdf on black: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green23.5%
Blue87.5%
CMYK percentages
Cyan81.6%
Magenta73.1%
Yellow0.0%
Key (black)12.5%
Color previews
#293cdf text on a black background
contrast 2.81:1
Card sample
#293cdf text on a white background
contrast 7.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #293cdf;
Background color
Panel with #293cdf background
background-color: #293cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #293cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 60, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 60, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #293cdf; background: linear-gradient(135deg, #293cdf, #8F29DF);