#286afd
a balanced, electric blue · cool · closest name: royalblue
RGB
40, 106, 253
HSL
221°, 98%, 58%
CMYK
84, 58, 0, 1
Luminance
0.1785
Every format
| HEX | #286afd |
| RGB | rgb(40, 106, 253) |
| HSL | hsl(221, 98%, 58%) |
| CMYK | cmyk(84%, 58%, 0%, 1%) |
| LAB | lab(49.3 33.4 -78.6) |
| LCH | lch(49.3 85.4 293.0) |
| OKLCH | oklch(0.575 0.229 263.0) |
Copy-ready code
/* CSS */
color: #286afd;
background-color: #286afd;
/* Tailwind (arbitrary) */
class="text-[#286afd] bg-[#286afd]"
/* SCSS */
$brand: #286afd;
/* SwiftUI */
Color(red: 0.157, green: 0.416, blue: 0.992)
/* Android */
Color.parseColor("#286afd")Accessibility — WCAG contrast
Aa
#286afd on white: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#286afd on black: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green41.6%
Blue99.2%
CMYK percentages
Cyan84.2%
Magenta58.1%
Yellow0.0%
Key (black)0.8%
Color previews
#286afd text on a black background
contrast 4.57:1
Card sample
#286afd text on a white background
contrast 4.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #286afd;
Background color
Panel with #286afd background
background-color: #286afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #286afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 106, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 106, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #286afd; background: linear-gradient(135deg, #286afd, #7428FD);