#3259df
a balanced, vivid blue · warm · closest name: royalblue
RGB
50, 89, 223
HSL
227°, 73%, 54%
CMYK
78, 60, 0, 13
Luminance
0.1315
Every format
| HEX | #3259df |
| RGB | rgb(50, 89, 223) |
| HSL | hsl(227, 73%, 54%) |
| CMYK | cmyk(78%, 60%, 0%, 13%) |
| LAB | lab(43.0 34.0 -72.0) |
| LCH | lch(43.0 79.6 295.2) |
| OKLCH | oklch(0.521 0.209 266.5) |
Copy-ready code
/* CSS */
color: #3259df;
background-color: #3259df;
/* Tailwind (arbitrary) */
class="text-[#3259df] bg-[#3259df]"
/* SCSS */
$brand: #3259df;
/* SwiftUI */
Color(red: 0.196, green: 0.349, blue: 0.875)
/* Android */
Color.parseColor("#3259df")Accessibility — WCAG contrast
Aa
#3259df on white: 5.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3259df on black: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green34.9%
Blue87.5%
CMYK percentages
Cyan77.6%
Magenta60.1%
Yellow0.0%
Key (black)12.5%
Color previews
#3259df text on a black background
contrast 3.63:1
Card sample
#3259df text on a white background
contrast 5.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3259df;
Background color
Panel with #3259df background
background-color: #3259df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3259df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 89, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 89, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3259df; background: linear-gradient(135deg, #3259df, #7E32DF);