#241fba
a dark, vivid blue · warm · closest name: navy
RGB
36, 31, 186
HSL
242°, 71%, 43%
CMYK
81, 83, 0, 27
Luminance
0.0490
Every format
| HEX | #241fba |
| RGB | rgb(36, 31, 186) |
| HSL | hsl(242, 71%, 43%) |
| CMYK | cmyk(81%, 83%, 0%, 27%) |
| LAB | lab(26.4 53.7 -77.8) |
| LCH | lch(26.4 94.5 304.6) |
| OKLCH | oklch(0.390 0.225 270.5) |
Copy-ready code
/* CSS */
color: #241fba;
background-color: #241fba;
/* Tailwind (arbitrary) */
class="text-[#241fba] bg-[#241fba]"
/* SCSS */
$brand: #241fba;
/* SwiftUI */
Color(red: 0.141, green: 0.122, blue: 0.729)
/* Android */
Color.parseColor("#241fba")Accessibility — WCAG contrast
Aa
#241fba on white: 10.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#241fba on black: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green12.2%
Blue72.9%
CMYK percentages
Cyan80.6%
Magenta83.3%
Yellow0.0%
Key (black)27.1%
Color previews
#241fba text on a black background
contrast 1.98:1
Card sample
#241fba text on a white background
contrast 10.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #241fba;
Background color
Panel with #241fba background
background-color: #241fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #241fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 31, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 31, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #241fba; background: linear-gradient(135deg, #241fba, #8B1FBA);