#281dfd
a balanced, electric blue · warm · closest name: blue
RGB
40, 29, 253
HSL
243°, 98%, 55%
CMYK
84, 89, 0, 1
Luminance
0.0842
Every format
| HEX | #281dfd |
| RGB | rgb(40, 29, 253) |
| HSL | hsl(243, 98%, 55%) |
| CMYK | cmyk(84%, 89%, 0%, 1%) |
| LAB | lab(34.8 73.4 -102.5) |
| LCH | lch(34.8 126.0 305.6) |
| OKLCH | oklch(0.471 0.296 268.4) |
Copy-ready code
/* CSS */
color: #281dfd;
background-color: #281dfd;
/* Tailwind (arbitrary) */
class="text-[#281dfd] bg-[#281dfd]"
/* SCSS */
$brand: #281dfd;
/* SwiftUI */
Color(red: 0.157, green: 0.114, blue: 0.992)
/* Android */
Color.parseColor("#281dfd")Accessibility — WCAG contrast
Aa
#281dfd on white: 7.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#281dfd on black: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green11.4%
Blue99.2%
CMYK percentages
Cyan84.2%
Magenta88.5%
Yellow0.0%
Key (black)0.8%
Color previews
#281dfd text on a black background
contrast 2.68:1
Card sample
#281dfd text on a white background
contrast 7.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #281dfd;
Background color
Panel with #281dfd background
background-color: #281dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #281dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 29, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 29, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #281dfd; background: linear-gradient(135deg, #281dfd, #BD1DFD);