#6069eb
a balanced, electric blue · warm · closest name: royalblue
RGB
96, 105, 235
HSL
236°, 78%, 65%
CMYK
59, 55, 0, 8
Luminance
0.1859
Every format
| HEX | #6069eb |
| RGB | rgb(96, 105, 235) |
| HSL | hsl(236, 78%, 65%) |
| CMYK | cmyk(59%, 55%, 0%, 8%) |
| LAB | lab(50.2 34.4 -67.0) |
| LCH | lch(50.2 75.3 297.2) |
| OKLCH | oklch(0.584 0.193 275.7) |
Copy-ready code
/* CSS */
color: #6069eb;
background-color: #6069eb;
/* Tailwind (arbitrary) */
class="text-[#6069eb] bg-[#6069eb]"
/* SCSS */
$brand: #6069eb;
/* SwiftUI */
Color(red: 0.376, green: 0.412, blue: 0.922)
/* Android */
Color.parseColor("#6069eb")Accessibility — WCAG contrast
Aa
#6069eb on white: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6069eb on black: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green41.2%
Blue92.2%
CMYK percentages
Cyan59.1%
Magenta55.3%
Yellow0.0%
Key (black)7.8%
Color previews
#6069eb text on a black background
contrast 4.72:1
Card sample
#6069eb text on a white background
contrast 4.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6069eb;
Background color
Panel with #6069eb background
background-color: #6069eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6069eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 105, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 105, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6069eb; background: linear-gradient(135deg, #6069eb, #B460EB);