#282dfd
a balanced, electric blue · warm · closest name: blue
RGB
40, 45, 253
HSL
239°, 98%, 58%
CMYK
84, 82, 0, 1
Luminance
0.0942
Every format
| HEX | #282dfd |
| RGB | rgb(40, 45, 253) |
| HSL | hsl(239, 98%, 58%) |
| CMYK | cmyk(84%, 82%, 0%, 1%) |
| LAB | lab(36.8 67.6 -99.2) |
| LCH | lch(36.8 120.1 304.3) |
| OKLCH | oklch(0.484 0.287 268.1) |
Copy-ready code
/* CSS */
color: #282dfd;
background-color: #282dfd;
/* Tailwind (arbitrary) */
class="text-[#282dfd] bg-[#282dfd]"
/* SCSS */
$brand: #282dfd;
/* SwiftUI */
Color(red: 0.157, green: 0.176, blue: 0.992)
/* Android */
Color.parseColor("#282dfd")Accessibility — WCAG contrast
Aa
#282dfd on white: 7.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#282dfd on black: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green17.6%
Blue99.2%
CMYK percentages
Cyan84.2%
Magenta82.2%
Yellow0.0%
Key (black)0.8%
Color previews
#282dfd text on a black background
contrast 2.88:1
Card sample
#282dfd text on a white background
contrast 7.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #282dfd;
Background color
Panel with #282dfd background
background-color: #282dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #282dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 45, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 45, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #282dfd; background: linear-gradient(135deg, #282dfd, #B128FD);