#3069df
a balanced, vivid blue · cool · closest name: royalblue
RGB
48, 105, 223
HSL
221°, 73%, 53%
CMYK
79, 53, 0, 13
Luminance
0.1606
Every format
| HEX | #3069df |
| RGB | rgb(48, 105, 223) |
| HSL | hsl(221, 73%, 53%) |
| CMYK | cmyk(79%, 53%, 0%, 13%) |
| LAB | lab(47.0 23.6 -65.4) |
| LCH | lch(47.0 69.5 289.8) |
| OKLCH | oklch(0.552 0.190 262.5) |
Copy-ready code
/* CSS */
color: #3069df;
background-color: #3069df;
/* Tailwind (arbitrary) */
class="text-[#3069df] bg-[#3069df]"
/* SCSS */
$brand: #3069df;
/* SwiftUI */
Color(red: 0.188, green: 0.412, blue: 0.875)
/* Android */
Color.parseColor("#3069df")Accessibility — WCAG contrast
Aa
#3069df on white: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3069df on black: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green41.2%
Blue87.5%
CMYK percentages
Cyan78.5%
Magenta52.9%
Yellow0.0%
Key (black)12.5%
Color previews
#3069df text on a black background
contrast 4.21:1
Card sample
#3069df text on a white background
contrast 4.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3069df;
Background color
Panel with #3069df background
background-color: #3069df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3069df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 105, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 105, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3069df; background: linear-gradient(135deg, #3069df, #6C30DF);