#0772eb
a balanced, electric blue · cool · closest name: royalblue
RGB
7, 114, 235
HSL
212°, 94%, 48%
CMYK
97, 52, 0, 8
Luminance
0.1808
Every format
| HEX | #0772eb |
| RGB | rgb(7, 114, 235) |
| HSL | hsl(212, 94%, 48%) |
| CMYK | cmyk(97%, 52%, 0%, 8%) |
| LAB | lab(49.6 20.0 -68.1) |
| LCH | lch(49.6 71.0 286.4) |
| OKLCH | oklch(0.572 0.202 257.3) |
Copy-ready code
/* CSS */
color: #0772eb;
background-color: #0772eb;
/* Tailwind (arbitrary) */
class="text-[#0772eb] bg-[#0772eb]"
/* SCSS */
$brand: #0772eb;
/* SwiftUI */
Color(red: 0.027, green: 0.447, blue: 0.922)
/* Android */
Color.parseColor("#0772eb")Accessibility — WCAG contrast
Aa
#0772eb on white: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0772eb on black: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green44.7%
Blue92.2%
CMYK percentages
Cyan97.0%
Magenta51.5%
Yellow0.0%
Key (black)7.8%
Color previews
#0772eb text on a black background
contrast 4.62:1
Card sample
#0772eb text on a white background
contrast 4.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0772eb;
Background color
Panel with #0772eb background
background-color: #0772eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0772eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 114, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 114, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0772eb; background: linear-gradient(135deg, #0772eb, #3407EB);