#246ad4
a balanced, vivid blue · cool · closest name: royalblue
RGB
36, 106, 212
HSL
216°, 71%, 49%
CMYK
83, 50, 0, 17
Luminance
0.1544
Every format
| HEX | #246ad4 |
| RGB | rgb(36, 106, 212) |
| HSL | hsl(216, 71%, 49%) |
| CMYK | cmyk(83%, 50%, 0%, 17%) |
| LAB | lab(46.2 17.6 -60.5) |
| LCH | lch(46.2 63.0 286.3) |
| OKLCH | oklch(0.542 0.178 259.1) |
Copy-ready code
/* CSS */
color: #246ad4;
background-color: #246ad4;
/* Tailwind (arbitrary) */
class="text-[#246ad4] bg-[#246ad4]"
/* SCSS */
$brand: #246ad4;
/* SwiftUI */
Color(red: 0.141, green: 0.416, blue: 0.831)
/* Android */
Color.parseColor("#246ad4")Accessibility — WCAG contrast
Aa
#246ad4 on white: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#246ad4 on black: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green41.6%
Blue83.1%
CMYK percentages
Cyan83.0%
Magenta50.0%
Yellow0.0%
Key (black)16.9%
Color previews
#246ad4 text on a black background
contrast 4.09:1
Card sample
#246ad4 text on a white background
contrast 5.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #246ad4;
Background color
Panel with #246ad4 background
background-color: #246ad4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #246ad4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 106, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 106, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #246ad4; background: linear-gradient(135deg, #246ad4, #5324D4);