#141fff
a balanced, electric blue · warm · closest name: blue
RGB
20, 31, 255
HSL
237°, 100%, 54%
CMYK
92, 88, 0, 0
Luminance
0.0835
Every format
| HEX | #141fff |
| RGB | rgb(20, 31, 255) |
| HSL | hsl(237, 100%, 54%) |
| CMYK | cmyk(92%, 88%, 0%, 0%) |
| LAB | lab(34.7 72.9 -103.8) |
| LCH | lch(34.7 126.9 305.1) |
| OKLCH | oklch(0.469 0.301 265.6) |
Copy-ready code
/* CSS */
color: #141fff;
background-color: #141fff;
/* Tailwind (arbitrary) */
class="text-[#141fff] bg-[#141fff]"
/* SCSS */
$brand: #141fff;
/* SwiftUI */
Color(red: 0.078, green: 0.122, blue: 1.000)
/* Android */
Color.parseColor("#141fff")Accessibility — WCAG contrast
Aa
#141fff on white: 7.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#141fff on black: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green12.2%
Blue100.0%
CMYK percentages
Cyan92.2%
Magenta87.8%
Yellow0.0%
Key (black)0.0%
Color previews
#141fff text on a black background
contrast 2.67:1
Card sample
#141fff text on a white background
contrast 7.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #141fff;
Background color
Panel with #141fff background
background-color: #141fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #141fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 31, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 31, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #141fff; background: linear-gradient(135deg, #141fff, #A614FF);