#0607df
a dark, electric blue · warm · closest name: blue
RGB
6, 7, 223
HSL
240°, 95%, 45%
CMYK
97, 97, 0, 13
Luminance
0.0552
Every format
| HEX | #0607df |
| RGB | rgb(6, 7, 223) |
| HSL | hsl(240, 95%, 45%) |
| CMYK | cmyk(97%, 97%, 0%, 13%) |
| LAB | lab(28.2 70.3 -96.6) |
| LCH | lch(28.2 119.5 306.1) |
| OKLCH | oklch(0.412 0.280 264.6) |
Copy-ready code
/* CSS */
color: #0607df;
background-color: #0607df;
/* Tailwind (arbitrary) */
class="text-[#0607df] bg-[#0607df]"
/* SCSS */
$brand: #0607df;
/* SwiftUI */
Color(red: 0.024, green: 0.027, blue: 0.875)
/* Android */
Color.parseColor("#0607df")Accessibility — WCAG contrast
Aa
#0607df on white: 9.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0607df on black: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green2.7%
Blue87.5%
CMYK percentages
Cyan97.3%
Magenta96.9%
Yellow0.0%
Key (black)12.5%
Color previews
#0607df text on a black background
contrast 2.10:1
Card sample
#0607df text on a white background
contrast 9.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0607df;
Background color
Panel with #0607df background
background-color: #0607df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0607df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 7, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 7, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0607df; background: linear-gradient(135deg, #0607df, #9606DF);