#072cf9
a balanced, electric blue · warm · closest name: blue
RGB
7, 44, 249
HSL
231°, 95%, 50%
CMYK
97, 82, 0, 2
Luminance
0.0869
Every format
| HEX | #072cf9 |
| RGB | rgb(7, 44, 249) |
| HSL | hsl(231, 95%, 50%) |
| CMYK | cmyk(97%, 82%, 0%, 2%) |
| LAB | lab(35.4 66.2 -99.4) |
| LCH | lch(35.4 119.4 303.7) |
| OKLCH | oklch(0.471 0.289 264.6) |
Copy-ready code
/* CSS */
color: #072cf9;
background-color: #072cf9;
/* Tailwind (arbitrary) */
class="text-[#072cf9] bg-[#072cf9]"
/* SCSS */
$brand: #072cf9;
/* SwiftUI */
Color(red: 0.027, green: 0.173, blue: 0.976)
/* Android */
Color.parseColor("#072cf9")Accessibility — WCAG contrast
Aa
#072cf9 on white: 7.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#072cf9 on black: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green17.3%
Blue97.6%
CMYK percentages
Cyan97.2%
Magenta82.3%
Yellow0.0%
Key (black)2.4%
Color previews
#072cf9 text on a black background
contrast 2.74:1
Card sample
#072cf9 text on a white background
contrast 7.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #072cf9;
Background color
Panel with #072cf9 background
background-color: #072cf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #072cf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 44, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 44, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #072cf9; background: linear-gradient(135deg, #072cf9, #8307F9);