#286af2
a balanced, electric blue · cool · closest name: royalblue
RGB
40, 106, 242
HSL
220°, 89%, 55%
CMYK
84, 56, 0, 5
Luminance
0.1717
Every format
| HEX | #286af2 |
| RGB | rgb(40, 106, 242) |
| HSL | hsl(220, 89%, 55%) |
| CMYK | cmyk(84%, 56%, 0%, 5%) |
| LAB | lab(48.5 29.3 -73.8) |
| LCH | lch(48.5 79.4 291.7) |
| OKLCH | oklch(0.566 0.215 262.4) |
Copy-ready code
/* CSS */
color: #286af2;
background-color: #286af2;
/* Tailwind (arbitrary) */
class="text-[#286af2] bg-[#286af2]"
/* SCSS */
$brand: #286af2;
/* SwiftUI */
Color(red: 0.157, green: 0.416, blue: 0.949)
/* Android */
Color.parseColor("#286af2")Accessibility — WCAG contrast
Aa
#286af2 on white: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#286af2 on black: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green41.6%
Blue94.9%
CMYK percentages
Cyan83.5%
Magenta56.2%
Yellow0.0%
Key (black)5.1%
Color previews
#286af2 text on a black background
contrast 4.43:1
Card sample
#286af2 text on a white background
contrast 4.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #286af2;
Background color
Panel with #286af2 background
background-color: #286af2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #286af2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 106, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 106, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #286af2; background: linear-gradient(135deg, #286af2, #6D28F2);