#0769eb
a balanced, electric blue · cool · closest name: royalblue
RGB
7, 105, 235
HSL
214°, 94%, 48%
CMYK
97, 55, 0, 8
Luminance
0.1615
Every format
| HEX | #0769eb |
| RGB | rgb(7, 105, 235) |
| HSL | hsl(214, 94%, 48%) |
| CMYK | cmyk(97%, 55%, 0%, 8%) |
| LAB | lab(47.2 25.8 -72.0) |
| LCH | lch(47.2 76.5 289.7) |
| OKLCH | oklch(0.553 0.212 259.2) |
Copy-ready code
/* CSS */
color: #0769eb;
background-color: #0769eb;
/* Tailwind (arbitrary) */
class="text-[#0769eb] bg-[#0769eb]"
/* SCSS */
$brand: #0769eb;
/* SwiftUI */
Color(red: 0.027, green: 0.412, blue: 0.922)
/* Android */
Color.parseColor("#0769eb")Accessibility — WCAG contrast
Aa
#0769eb on white: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0769eb on black: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green41.2%
Blue92.2%
CMYK percentages
Cyan97.0%
Magenta55.3%
Yellow0.0%
Key (black)7.8%
Color previews
#0769eb text on a black background
contrast 4.23:1
Card sample
#0769eb text on a white background
contrast 4.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0769eb;
Background color
Panel with #0769eb background
background-color: #0769eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0769eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 105, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 105, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0769eb; background: linear-gradient(135deg, #0769eb, #3D07EB);