#072cf6
a balanced, electric blue · warm · closest name: blue
RGB
7, 44, 246
HSL
231°, 95%, 50%
CMYK
97, 82, 0, 4
Luminance
0.0850
Every format
| HEX | #072cf6 |
| RGB | rgb(7, 44, 246) |
| HSL | hsl(231, 95%, 50%) |
| CMYK | cmyk(97%, 82%, 0%, 4%) |
| LAB | lab(35.0 65.3 -98.3) |
| LCH | lch(35.0 118.0 303.6) |
| OKLCH | oklch(0.468 0.286 264.6) |
Copy-ready code
/* CSS */
color: #072cf6;
background-color: #072cf6;
/* Tailwind (arbitrary) */
class="text-[#072cf6] bg-[#072cf6]"
/* SCSS */
$brand: #072cf6;
/* SwiftUI */
Color(red: 0.027, green: 0.173, blue: 0.965)
/* Android */
Color.parseColor("#072cf6")Accessibility — WCAG contrast
Aa
#072cf6 on white: 7.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#072cf6 on black: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green17.3%
Blue96.5%
CMYK percentages
Cyan97.2%
Magenta82.1%
Yellow0.0%
Key (black)3.5%
Color previews
#072cf6 text on a black background
contrast 2.70:1
Card sample
#072cf6 text on a white background
contrast 7.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #072cf6;
Background color
Panel with #072cf6 background
background-color: #072cf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #072cf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 44, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 44, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #072cf6; background: linear-gradient(135deg, #072cf6, #8107F6);