#2467cf
a balanced, vivid blue · cool · closest name: royalblue
RGB
36, 103, 207
HSL
217°, 70%, 48%
CMYK
83, 50, 0, 19
Luminance
0.1458
Every format
| HEX | #2467cf |
| RGB | rgb(36, 103, 207) |
| HSL | hsl(217, 70%, 48%) |
| CMYK | cmyk(83%, 50%, 0%, 19%) |
| LAB | lab(45.0 17.6 -59.6) |
| LCH | lch(45.0 62.1 286.5) |
| OKLCH | oklch(0.532 0.175 259.4) |
Copy-ready code
/* CSS */
color: #2467cf;
background-color: #2467cf;
/* Tailwind (arbitrary) */
class="text-[#2467cf] bg-[#2467cf]"
/* SCSS */
$brand: #2467cf;
/* SwiftUI */
Color(red: 0.141, green: 0.404, blue: 0.812)
/* Android */
Color.parseColor("#2467cf")Accessibility — WCAG contrast
Aa
#2467cf on white: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2467cf on black: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green40.4%
Blue81.2%
CMYK percentages
Cyan82.6%
Magenta50.2%
Yellow0.0%
Key (black)18.8%
Color previews
#2467cf text on a black background
contrast 3.92:1
Card sample
#2467cf text on a white background
contrast 5.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2467cf;
Background color
Panel with #2467cf background
background-color: #2467cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2467cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 103, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 103, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2467cf; background: linear-gradient(135deg, #2467cf, #5324CF);