#2467f6
a balanced, electric blue · cool · closest name: royalblue
RGB
36, 103, 246
HSL
221°, 92%, 55%
CMYK
85, 58, 0, 4
Luminance
0.1673
Every format
| HEX | #2467f6 |
| RGB | rgb(36, 103, 246) |
| HSL | hsl(221, 92%, 55%) |
| CMYK | cmyk(85%, 58%, 0%, 4%) |
| LAB | lab(47.9 32.5 -77.0) |
| LCH | lch(47.9 83.5 292.9) |
| OKLCH | oklch(0.563 0.225 262.6) |
Copy-ready code
/* CSS */
color: #2467f6;
background-color: #2467f6;
/* Tailwind (arbitrary) */
class="text-[#2467f6] bg-[#2467f6]"
/* SCSS */
$brand: #2467f6;
/* SwiftUI */
Color(red: 0.141, green: 0.404, blue: 0.965)
/* Android */
Color.parseColor("#2467f6")Accessibility — WCAG contrast
Aa
#2467f6 on white: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2467f6 on black: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green40.4%
Blue96.5%
CMYK percentages
Cyan85.4%
Magenta58.1%
Yellow0.0%
Key (black)3.5%
Color previews
#2467f6 text on a black background
contrast 4.35:1
Card sample
#2467f6 text on a white background
contrast 4.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2467f6;
Background color
Panel with #2467f6 background
background-color: #2467f6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2467f6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 103, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 103, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2467f6; background: linear-gradient(135deg, #2467f6, #6D24F6);