#072ffc
a balanced, electric blue · warm · closest name: blue
RGB
7, 47, 252
HSL
230°, 98%, 51%
CMYK
97, 81, 0, 1
Luminance
0.0911
Every format
| HEX | #072ffc |
| RGB | rgb(7, 47, 252) |
| HSL | hsl(230, 98%, 51%) |
| CMYK | cmyk(97%, 81%, 0%, 1%) |
| LAB | lab(36.2 65.7 -99.7) |
| LCH | lch(36.2 119.4 303.4) |
| OKLCH | oklch(0.478 0.290 264.6) |
Copy-ready code
/* CSS */
color: #072ffc;
background-color: #072ffc;
/* Tailwind (arbitrary) */
class="text-[#072ffc] bg-[#072ffc]"
/* SCSS */
$brand: #072ffc;
/* SwiftUI */
Color(red: 0.027, green: 0.184, blue: 0.988)
/* Android */
Color.parseColor("#072ffc")Accessibility — WCAG contrast
Aa
#072ffc on white: 7.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#072ffc on black: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green18.4%
Blue98.8%
CMYK percentages
Cyan97.2%
Magenta81.3%
Yellow0.0%
Key (black)1.2%
Color previews
#072ffc text on a black background
contrast 2.82:1
Card sample
#072ffc text on a white background
contrast 7.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #072ffc;
Background color
Panel with #072ffc background
background-color: #072ffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #072ffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 47, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 47, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #072ffc; background: linear-gradient(135deg, #072ffc, #8207FC);