#246dfb
a balanced, electric blue · cool · closest name: royalblue
RGB
36, 109, 251
HSL
220°, 96%, 56%
CMYK
86, 57, 0, 2
Luminance
0.1828
Every format
| HEX | #246dfb |
| RGB | rgb(36, 109, 251) |
| HSL | hsl(220, 96%, 56%) |
| CMYK | cmyk(86%, 57%, 0%, 2%) |
| LAB | lab(49.8 30.5 -76.6) |
| LCH | lch(49.8 82.5 291.7) |
| OKLCH | oklch(0.578 0.224 261.9) |
Copy-ready code
/* CSS */
color: #246dfb;
background-color: #246dfb;
/* Tailwind (arbitrary) */
class="text-[#246dfb] bg-[#246dfb]"
/* SCSS */
$brand: #246dfb;
/* SwiftUI */
Color(red: 0.141, green: 0.427, blue: 0.984)
/* Android */
Color.parseColor("#246dfb")Accessibility — WCAG contrast
Aa
#246dfb on white: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#246dfb on black: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green42.7%
Blue98.4%
CMYK percentages
Cyan85.7%
Magenta56.6%
Yellow0.0%
Key (black)1.6%
Color previews
#246dfb text on a black background
contrast 4.66:1
Card sample
#246dfb text on a white background
contrast 4.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #246dfb;
Background color
Panel with #246dfb background
background-color: #246dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #246dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 109, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 109, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #246dfb; background: linear-gradient(135deg, #246dfb, #6A24FB);