#292cba
a dark, vivid blue · warm · closest name: navy
RGB
41, 44, 186
HSL
239°, 64%, 45%
CMYK
78, 76, 0, 27
Luminance
0.0582
Every format
| HEX | #292cba |
| RGB | rgb(41, 44, 186) |
| HSL | hsl(239, 64%, 45%) |
| CMYK | cmyk(78%, 76%, 0%, 27%) |
| LAB | lab(28.9 47.5 -73.7) |
| LCH | lch(28.9 87.7 302.8) |
| OKLCH | oklch(0.408 0.213 271.0) |
Copy-ready code
/* CSS */
color: #292cba;
background-color: #292cba;
/* Tailwind (arbitrary) */
class="text-[#292cba] bg-[#292cba]"
/* SCSS */
$brand: #292cba;
/* SwiftUI */
Color(red: 0.161, green: 0.173, blue: 0.729)
/* Android */
Color.parseColor("#292cba")Accessibility — WCAG contrast
Aa
#292cba on white: 9.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#292cba on black: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green17.3%
Blue72.9%
CMYK percentages
Cyan78.0%
Magenta76.3%
Yellow0.0%
Key (black)27.1%
Color previews
#292cba text on a black background
contrast 2.16:1
Card sample
#292cba text on a white background
contrast 9.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #292cba;
Background color
Panel with #292cba background
background-color: #292cba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #292cba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 44, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 44, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #292cba; background: linear-gradient(135deg, #292cba, #8729BA);