#264acf
a balanced, vivid blue · warm · closest name: royalblue
RGB
38, 74, 207
HSL
227°, 69%, 48%
CMYK
82, 64, 0, 19
Luminance
0.0981
Every format
| HEX | #264acf |
| RGB | rgb(38, 74, 207) |
| HSL | hsl(227, 69%, 48%) |
| CMYK | cmyk(82%, 64%, 0%, 19%) |
| LAB | lab(37.5 36.6 -71.8) |
| LCH | lch(37.5 80.6 297.0) |
| OKLCH | oklch(0.475 0.208 266.3) |
Copy-ready code
/* CSS */
color: #264acf;
background-color: #264acf;
/* Tailwind (arbitrary) */
class="text-[#264acf] bg-[#264acf]"
/* SCSS */
$brand: #264acf;
/* SwiftUI */
Color(red: 0.149, green: 0.290, blue: 0.812)
/* Android */
Color.parseColor("#264acf")Accessibility — WCAG contrast
Aa
#264acf on white: 7.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#264acf on black: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green29.0%
Blue81.2%
CMYK percentages
Cyan81.6%
Magenta64.3%
Yellow0.0%
Key (black)18.8%
Color previews
#264acf text on a black background
contrast 2.96:1
Card sample
#264acf text on a white background
contrast 7.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #264acf;
Background color
Panel with #264acf background
background-color: #264acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #264acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 74, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 74, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #264acf; background: linear-gradient(135deg, #264acf, #7326CF);