#3264df
a balanced, vivid blue · cool · closest name: royalblue
RGB
50, 100, 223
HSL
223°, 73%, 54%
CMYK
78, 55, 0, 13
Luminance
0.1512
Every format
| HEX | #3264df |
| RGB | rgb(50, 100, 223) |
| HSL | hsl(223, 73%, 54%) |
| CMYK | cmyk(78%, 55%, 0%, 13%) |
| LAB | lab(45.8 26.9 -67.5) |
| LCH | lch(45.8 72.6 291.8) |
| OKLCH | oklch(0.542 0.196 264.2) |
Copy-ready code
/* CSS */
color: #3264df;
background-color: #3264df;
/* Tailwind (arbitrary) */
class="text-[#3264df] bg-[#3264df]"
/* SCSS */
$brand: #3264df;
/* SwiftUI */
Color(red: 0.196, green: 0.392, blue: 0.875)
/* Android */
Color.parseColor("#3264df")Accessibility — WCAG contrast
Aa
#3264df on white: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3264df on black: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green39.2%
Blue87.5%
CMYK percentages
Cyan77.6%
Magenta55.2%
Yellow0.0%
Key (black)12.5%
Color previews
#3264df text on a black background
contrast 4.02:1
Card sample
#3264df text on a white background
contrast 5.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3264df;
Background color
Panel with #3264df background
background-color: #3264df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3264df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 100, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 100, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3264df; background: linear-gradient(135deg, #3264df, #7332DF);