#040cdf
a dark, electric blue · warm · closest name: blue
RGB
4, 12, 223
HSL
238°, 97%, 45%
CMYK
98, 95, 0, 13
Luminance
0.0562
Every format
| HEX | #040cdf |
| RGB | rgb(4, 12, 223) |
| HSL | hsl(238, 97%, 45%) |
| CMYK | cmyk(98%, 95%, 0%, 13%) |
| LAB | lab(28.4 69.4 -96.2) |
| LCH | lch(28.4 118.6 305.8) |
| OKLCH | oklch(0.414 0.279 264.5) |
Copy-ready code
/* CSS */
color: #040cdf;
background-color: #040cdf;
/* Tailwind (arbitrary) */
class="text-[#040cdf] bg-[#040cdf]"
/* SCSS */
$brand: #040cdf;
/* SwiftUI */
Color(red: 0.016, green: 0.047, blue: 0.875)
/* Android */
Color.parseColor("#040cdf")Accessibility — WCAG contrast
Aa
#040cdf on white: 9.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#040cdf on black: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green4.7%
Blue87.5%
CMYK percentages
Cyan98.2%
Magenta94.6%
Yellow0.0%
Key (black)12.5%
Color previews
#040cdf text on a black background
contrast 2.12:1
Card sample
#040cdf text on a white background
contrast 9.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #040cdf;
Background color
Panel with #040cdf background
background-color: #040cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #040cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 12, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 12, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #040cdf; background: linear-gradient(135deg, #040cdf, #8E04DF);