#264ade
a balanced, vivid blue · warm · closest name: slateblue
RGB
38, 74, 222
HSL
228°, 74%, 51%
CMYK
83, 67, 0, 13
Luminance
0.1058
Every format
| HEX | #264ade |
| RGB | rgb(38, 74, 222) |
| HSL | hsl(228, 74%, 51%) |
| CMYK | cmyk(83%, 67%, 0%, 13%) |
| LAB | lab(38.9 42.0 -78.2) |
| LCH | lch(38.9 88.8 298.2) |
| OKLCH | oklch(0.489 0.227 266.4) |
Copy-ready code
/* CSS */
color: #264ade;
background-color: #264ade;
/* Tailwind (arbitrary) */
class="text-[#264ade] bg-[#264ade]"
/* SCSS */
$brand: #264ade;
/* SwiftUI */
Color(red: 0.149, green: 0.290, blue: 0.871)
/* Android */
Color.parseColor("#264ade")Accessibility — WCAG contrast
Aa
#264ade on white: 6.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#264ade on black: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green29.0%
Blue87.1%
CMYK percentages
Cyan82.9%
Magenta66.7%
Yellow0.0%
Key (black)12.9%
Color previews
#264ade text on a black background
contrast 3.12:1
Card sample
#264ade text on a white background
contrast 6.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #264ade;
Background color
Panel with #264ade background
background-color: #264ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #264ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 74, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 74, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #264ade; background: linear-gradient(135deg, #264ade, #7D26DE);