#2467db
a balanced, vivid blue · cool · closest name: royalblue
RGB
36, 103, 219
HSL
218°, 72%, 50%
CMYK
84, 53, 0, 14
Luminance
0.1519
Every format
| HEX | #2467db |
| RGB | rgb(36, 103, 219) |
| HSL | hsl(218, 72%, 50%) |
| CMYK | cmyk(84%, 53%, 0%, 14%) |
| LAB | lab(45.9 22.3 -65.0) |
| LCH | lch(45.9 68.8 288.9) |
| OKLCH | oklch(0.541 0.190 260.7) |
Copy-ready code
/* CSS */
color: #2467db;
background-color: #2467db;
/* Tailwind (arbitrary) */
class="text-[#2467db] bg-[#2467db]"
/* SCSS */
$brand: #2467db;
/* SwiftUI */
Color(red: 0.141, green: 0.404, blue: 0.859)
/* Android */
Color.parseColor("#2467db")Accessibility — WCAG contrast
Aa
#2467db on white: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2467db on black: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green40.4%
Blue85.9%
CMYK percentages
Cyan83.6%
Magenta53.0%
Yellow0.0%
Key (black)14.1%
Color previews
#2467db text on a black background
contrast 4.04:1
Card sample
#2467db text on a white background
contrast 5.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2467db;
Background color
Panel with #2467db background
background-color: #2467db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2467db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 103, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 103, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2467db; background: linear-gradient(135deg, #2467db, #5B24DB);