#141dfd
a balanced, electric blue · warm · closest name: blue
RGB
20, 29, 253
HSL
238°, 98%, 54%
CMYK
92, 89, 0, 1
Luminance
0.0812
Every format
| HEX | #141dfd |
| RGB | rgb(20, 29, 253) |
| HSL | hsl(238, 98%, 54%) |
| CMYK | cmyk(92%, 89%, 0%, 1%) |
| LAB | lab(34.2 73.0 -103.5) |
| LCH | lch(34.2 126.7 305.2) |
| OKLCH | oklch(0.465 0.300 265.6) |
Copy-ready code
/* CSS */
color: #141dfd;
background-color: #141dfd;
/* Tailwind (arbitrary) */
class="text-[#141dfd] bg-[#141dfd]"
/* SCSS */
$brand: #141dfd;
/* SwiftUI */
Color(red: 0.078, green: 0.114, blue: 0.992)
/* Android */
Color.parseColor("#141dfd")Accessibility — WCAG contrast
Aa
#141dfd on white: 8.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#141dfd on black: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green11.4%
Blue99.2%
CMYK percentages
Cyan92.1%
Magenta88.5%
Yellow0.0%
Key (black)0.8%
Color previews
#141dfd text on a black background
contrast 2.62:1
Card sample
#141dfd text on a white background
contrast 8.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #141dfd;
Background color
Panel with #141dfd background
background-color: #141dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #141dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 29, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 29, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #141dfd; background: linear-gradient(135deg, #141dfd, #A614FD);