#246fef
a balanced, electric blue · cool · closest name: royalblue
RGB
36, 111, 239
HSL
218°, 86%, 54%
CMYK
85, 54, 0, 6
Luminance
0.1798
Every format
| HEX | #246fef |
| RGB | rgb(36, 111, 239) |
| HSL | hsl(218, 86%, 54%) |
| CMYK | cmyk(85%, 54%, 0%, 6%) |
| LAB | lab(49.5 24.8 -70.5) |
| LCH | lch(49.5 74.8 289.3) |
| OKLCH | oklch(0.573 0.206 260.6) |
Copy-ready code
/* CSS */
color: #246fef;
background-color: #246fef;
/* Tailwind (arbitrary) */
class="text-[#246fef] bg-[#246fef]"
/* SCSS */
$brand: #246fef;
/* SwiftUI */
Color(red: 0.141, green: 0.435, blue: 0.937)
/* Android */
Color.parseColor("#246fef")Accessibility — WCAG contrast
Aa
#246fef on white: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#246fef on black: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green43.5%
Blue93.7%
CMYK percentages
Cyan84.9%
Magenta53.6%
Yellow0.0%
Key (black)6.3%
Color previews
#246fef text on a black background
contrast 4.60:1
Card sample
#246fef text on a white background
contrast 4.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #246fef;
Background color
Panel with #246fef background
background-color: #246fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #246fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 111, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 111, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #246fef; background: linear-gradient(135deg, #246fef, #6024EF);