#6069df
a balanced, vivid blue · warm · closest name: royalblue
RGB
96, 105, 223
HSL
236°, 67%, 63%
CMYK
57, 53, 0, 13
Luminance
0.1792
Every format
| HEX | #6069df |
| RGB | rgb(96, 105, 223) |
| HSL | hsl(236, 67%, 63%) |
| CMYK | cmyk(57%, 53%, 0%, 13%) |
| LAB | lab(49.4 30.6 -61.5) |
| LCH | lch(49.4 68.7 296.4) |
| OKLCH | oklch(0.576 0.177 276.0) |
Copy-ready code
/* CSS */
color: #6069df;
background-color: #6069df;
/* Tailwind (arbitrary) */
class="text-[#6069df] bg-[#6069df]"
/* SCSS */
$brand: #6069df;
/* SwiftUI */
Color(red: 0.376, green: 0.412, blue: 0.875)
/* Android */
Color.parseColor("#6069df")Accessibility — WCAG contrast
Aa
#6069df on white: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6069df on black: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green41.2%
Blue87.5%
CMYK percentages
Cyan57.0%
Magenta52.9%
Yellow0.0%
Key (black)12.5%
Color previews
#6069df text on a black background
contrast 4.58:1
Card sample
#6069df text on a white background
contrast 4.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6069df;
Background color
Panel with #6069df background
background-color: #6069df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6069df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 105, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 105, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6069df; background: linear-gradient(135deg, #6069df, #AB60DF);