#264ab7
a dark, vivid blue · warm · closest name: royalblue
RGB
38, 74, 183
HSL
225°, 66%, 43%
CMYK
79, 60, 0, 28
Luminance
0.0873
Every format
| HEX | #264ab7 |
| RGB | rgb(38, 74, 183) |
| HSL | hsl(225, 66%, 43%) |
| CMYK | cmyk(79%, 60%, 0%, 28%) |
| LAB | lab(35.5 27.6 -61.2) |
| LCH | lch(35.5 67.1 294.3) |
| OKLCH | oklch(0.454 0.177 265.6) |
Copy-ready code
/* CSS */
color: #264ab7;
background-color: #264ab7;
/* Tailwind (arbitrary) */
class="text-[#264ab7] bg-[#264ab7]"
/* SCSS */
$brand: #264ab7;
/* SwiftUI */
Color(red: 0.149, green: 0.290, blue: 0.718)
/* Android */
Color.parseColor("#264ab7")Accessibility — WCAG contrast
Aa
#264ab7 on white: 7.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#264ab7 on black: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green29.0%
Blue71.8%
CMYK percentages
Cyan79.2%
Magenta59.6%
Yellow0.0%
Key (black)28.2%
Color previews
#264ab7 text on a black background
contrast 2.75:1
Card sample
#264ab7 text on a white background
contrast 7.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #264ab7;
Background color
Panel with #264ab7 background
background-color: #264ab7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #264ab7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 74, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 74, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #264ab7; background: linear-gradient(135deg, #264ab7, #6326B7);