#0756cb
a dark, electric blue · cool · closest name: royalblue
RGB
7, 86, 203
HSL
216°, 93%, 41%
CMYK
97, 58, 0, 20
Luminance
0.1101
Every format
| HEX | #0756cb |
| RGB | rgb(7, 86, 203) |
| HSL | hsl(216, 93%, 41%) |
| CMYK | cmyk(97%, 58%, 0%, 20%) |
| LAB | lab(39.6 25.6 -66.1) |
| LCH | lch(39.6 70.9 291.2) |
| OKLCH | oklch(0.488 0.194 260.1) |
Copy-ready code
/* CSS */
color: #0756cb;
background-color: #0756cb;
/* Tailwind (arbitrary) */
class="text-[#0756cb] bg-[#0756cb]"
/* SCSS */
$brand: #0756cb;
/* SwiftUI */
Color(red: 0.027, green: 0.337, blue: 0.796)
/* Android */
Color.parseColor("#0756cb")Accessibility — WCAG contrast
Aa
#0756cb on white: 6.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0756cb on black: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green33.7%
Blue79.6%
CMYK percentages
Cyan96.6%
Magenta57.6%
Yellow0.0%
Key (black)20.4%
Color previews
#0756cb text on a black background
contrast 3.20:1
Card sample
#0756cb text on a white background
contrast 6.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0756cb;
Background color
Panel with #0756cb background
background-color: #0756cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0756cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 86, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 86, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0756cb; background: linear-gradient(135deg, #0756cb, #3B07CB);