#0613df
a dark, electric blue · warm · closest name: blue
RGB
6, 19, 223
HSL
236°, 95%, 45%
CMYK
97, 92, 0, 13
Luminance
0.0583
Every format
| HEX | #0613df |
| RGB | rgb(6, 19, 223) |
| HSL | hsl(236, 95%, 45%) |
| CMYK | cmyk(97%, 92%, 0%, 13%) |
| LAB | lab(29.0 67.8 -95.2) |
| LCH | lch(29.0 116.9 305.4) |
| OKLCH | oklch(0.418 0.277 264.7) |
Copy-ready code
/* CSS */
color: #0613df;
background-color: #0613df;
/* Tailwind (arbitrary) */
class="text-[#0613df] bg-[#0613df]"
/* SCSS */
$brand: #0613df;
/* SwiftUI */
Color(red: 0.024, green: 0.075, blue: 0.875)
/* Android */
Color.parseColor("#0613df")Accessibility — WCAG contrast
Aa
#0613df on white: 9.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0613df on black: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green7.5%
Blue87.5%
CMYK percentages
Cyan97.3%
Magenta91.5%
Yellow0.0%
Key (black)12.5%
Color previews
#0613df text on a black background
contrast 2.17:1
Card sample
#0613df text on a white background
contrast 9.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0613df;
Background color
Panel with #0613df background
background-color: #0613df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0613df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 19, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 19, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0613df; background: linear-gradient(135deg, #0613df, #8A06DF);