#4445fd
a balanced, electric blue · warm · closest name: blue
RGB
68, 69, 253
HSL
240°, 98%, 63%
CMYK
73, 73, 0, 1
Luminance
0.1258
Every format
| HEX | #4445fd |
| RGB | rgb(68, 69, 253) |
| HSL | hsl(240, 98%, 63%) |
| CMYK | cmyk(73%, 73%, 0%, 1%) |
| LAB | lab(42.1 57.6 -90.3) |
| LCH | lch(42.1 107.1 302.5) |
| OKLCH | oklch(0.525 0.262 272.6) |
Copy-ready code
/* CSS */
color: #4445fd;
background-color: #4445fd;
/* Tailwind (arbitrary) */
class="text-[#4445fd] bg-[#4445fd]"
/* SCSS */
$brand: #4445fd;
/* SwiftUI */
Color(red: 0.267, green: 0.271, blue: 0.992)
/* Android */
Color.parseColor("#4445fd")Accessibility — WCAG contrast
Aa
#4445fd on white: 5.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4445fd on black: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green27.1%
Blue99.2%
CMYK percentages
Cyan73.1%
Magenta72.7%
Yellow0.0%
Key (black)0.8%
Color previews
#4445fd text on a black background
contrast 3.52:1
Card sample
#4445fd text on a white background
contrast 5.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4445fd;
Background color
Panel with #4445fd background
background-color: #4445fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4445fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 69, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 69, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4445fd; background: linear-gradient(135deg, #4445fd, #BE44FD);