#072bff
a balanced, electric blue · warm · closest name: blue
RGB
7, 43, 255
HSL
231°, 100%, 51%
CMYK
97, 83, 0, 0
Luminance
0.0899
Every format
| HEX | #072bff |
| RGB | rgb(7, 43, 255) |
| HSL | hsl(231, 100%, 51%) |
| CMYK | cmyk(97%, 83%, 0%, 0%) |
| LAB | lab(36.0 68.3 -101.7) |
| LCH | lch(36.0 122.5 303.9) |
| OKLCH | oklch(0.477 0.296 264.6) |
Copy-ready code
/* CSS */
color: #072bff;
background-color: #072bff;
/* Tailwind (arbitrary) */
class="text-[#072bff] bg-[#072bff]"
/* SCSS */
$brand: #072bff;
/* SwiftUI */
Color(red: 0.027, green: 0.169, blue: 1.000)
/* Android */
Color.parseColor("#072bff")Accessibility — WCAG contrast
Aa
#072bff on white: 7.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#072bff on black: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green16.9%
Blue100.0%
CMYK percentages
Cyan97.3%
Magenta83.1%
Yellow0.0%
Key (black)0.0%
Color previews
#072bff text on a black background
contrast 2.80:1
Card sample
#072bff text on a white background
contrast 7.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #072bff;
Background color
Panel with #072bff background
background-color: #072bff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #072bff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 43, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 43, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #072bff; background: linear-gradient(135deg, #072bff, #8807FF);