#0718ff
a balanced, electric blue · warm · closest name: blue
RGB
7, 24, 255
HSL
236°, 100%, 51%
CMYK
97, 91, 0, 0
Luminance
0.0792
Every format
| HEX | #0718ff |
| RGB | rgb(7, 24, 255) |
| HSL | hsl(236, 100%, 51%) |
| CMYK | cmyk(97%, 91%, 0%, 0%) |
| LAB | lab(33.8 74.9 -105.3) |
| LCH | lch(33.8 129.2 305.4) |
| OKLCH | oklch(0.463 0.306 264.6) |
Copy-ready code
/* CSS */
color: #0718ff;
background-color: #0718ff;
/* Tailwind (arbitrary) */
class="text-[#0718ff] bg-[#0718ff]"
/* SCSS */
$brand: #0718ff;
/* SwiftUI */
Color(red: 0.027, green: 0.094, blue: 1.000)
/* Android */
Color.parseColor("#0718ff")Accessibility — WCAG contrast
Aa
#0718ff on white: 8.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0718ff on black: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green9.4%
Blue100.0%
CMYK percentages
Cyan97.3%
Magenta90.6%
Yellow0.0%
Key (black)0.0%
Color previews
#0718ff text on a black background
contrast 2.58:1
Card sample
#0718ff text on a white background
contrast 8.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0718ff;
Background color
Panel with #0718ff background
background-color: #0718ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0718ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 24, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 24, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0718ff; background: linear-gradient(135deg, #0718ff, #9B07FF);