#0700df
a dark, electric blue · warm · closest name: blue
RGB
7, 0, 223
HSL
242°, 100%, 44%
CMYK
97, 100, 0, 13
Luminance
0.0537
Every format
| HEX | #0700df |
| RGB | rgb(7, 0, 223) |
| HSL | hsl(242, 100%, 44%) |
| CMYK | cmyk(97%, 100%, 0%, 13%) |
| LAB | lab(27.8 71.6 -97.3) |
| LCH | lch(27.8 120.8 306.4) |
| OKLCH | oklch(0.410 0.282 264.7) |
Copy-ready code
/* CSS */
color: #0700df;
background-color: #0700df;
/* Tailwind (arbitrary) */
class="text-[#0700df] bg-[#0700df]"
/* SCSS */
$brand: #0700df;
/* SwiftUI */
Color(red: 0.027, green: 0.000, blue: 0.875)
/* Android */
Color.parseColor("#0700df")Accessibility — WCAG contrast
Aa
#0700df on white: 10.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0700df on black: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green0.0%
Blue87.5%
CMYK percentages
Cyan96.9%
Magenta100.0%
Yellow0.0%
Key (black)12.5%
Color previews
#0700df text on a black background
contrast 2.07:1
Card sample
#0700df text on a white background
contrast 10.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0700df;
Background color
Panel with #0700df background
background-color: #0700df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0700df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 0, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 0, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0700df; background: linear-gradient(135deg, #0700df, #9C00DF);