#0809df
a balanced, electric blue · warm · closest name: blue
RGB
8, 9, 223
HSL
240°, 93%, 45%
CMYK
96, 96, 0, 13
Luminance
0.0557
Every format
| HEX | #0809df |
| RGB | rgb(8, 9, 223) |
| HSL | hsl(240, 93%, 45%) |
| CMYK | cmyk(96%, 96%, 0%, 13%) |
| LAB | lab(28.3 70.0 -96.3) |
| LCH | lch(28.3 119.1 306.0) |
| OKLCH | oklch(0.413 0.280 264.8) |
Copy-ready code
/* CSS */
color: #0809df;
background-color: #0809df;
/* Tailwind (arbitrary) */
class="text-[#0809df] bg-[#0809df]"
/* SCSS */
$brand: #0809df;
/* SwiftUI */
Color(red: 0.031, green: 0.035, blue: 0.875)
/* Android */
Color.parseColor("#0809df")Accessibility — WCAG contrast
Aa
#0809df on white: 9.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0809df on black: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green3.5%
Blue87.5%
CMYK percentages
Cyan96.4%
Magenta96.0%
Yellow0.0%
Key (black)12.5%
Color previews
#0809df text on a black background
contrast 2.11:1
Card sample
#0809df text on a white background
contrast 9.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0809df;
Background color
Panel with #0809df background
background-color: #0809df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0809df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 9, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 9, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0809df; background: linear-gradient(135deg, #0809df, #9608DF);