#141bdf
a balanced, electric blue · warm · closest name: blue
RGB
20, 27, 223
HSL
238°, 84%, 48%
CMYK
91, 88, 0, 13
Luminance
0.0626
Every format
| HEX | #141bdf |
| RGB | rgb(20, 27, 223) |
| HSL | hsl(238, 84%, 48%) |
| CMYK | cmyk(91%, 88%, 0%, 13%) |
| LAB | lab(30.1 65.5 -93.4) |
| LCH | lch(30.1 114.1 305.0) |
| OKLCH | oklch(0.426 0.271 266.1) |
Copy-ready code
/* CSS */
color: #141bdf;
background-color: #141bdf;
/* Tailwind (arbitrary) */
class="text-[#141bdf] bg-[#141bdf]"
/* SCSS */
$brand: #141bdf;
/* SwiftUI */
Color(red: 0.078, green: 0.106, blue: 0.875)
/* Android */
Color.parseColor("#141bdf")Accessibility — WCAG contrast
Aa
#141bdf on white: 9.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#141bdf on black: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green10.6%
Blue87.5%
CMYK percentages
Cyan91.0%
Magenta87.9%
Yellow0.0%
Key (black)12.5%
Color previews
#141bdf text on a black background
contrast 2.25:1
Card sample
#141bdf text on a white background
contrast 9.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #141bdf;
Background color
Panel with #141bdf background
background-color: #141bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #141bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 27, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 27, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #141bdf; background: linear-gradient(135deg, #141bdf, #9414DF);