#0809fc
a balanced, electric blue · warm · closest name: blue
RGB
8, 9, 252
HSL
240°, 98%, 51%
CMYK
97, 96, 0, 1
Luminance
0.0728
Every format
| HEX | #0809fc |
| RGB | rgb(8, 9, 252) |
| HSL | hsl(240, 98%, 51%) |
| CMYK | cmyk(97%, 96%, 0%, 1%) |
| LAB | lab(32.4 77.2 -106.0) |
| LCH | lch(32.4 131.1 306.1) |
| OKLCH | oklch(0.452 0.307 264.6) |
Copy-ready code
/* CSS */
color: #0809fc;
background-color: #0809fc;
/* Tailwind (arbitrary) */
class="text-[#0809fc] bg-[#0809fc]"
/* SCSS */
$brand: #0809fc;
/* SwiftUI */
Color(red: 0.031, green: 0.035, blue: 0.988)
/* Android */
Color.parseColor("#0809fc")Accessibility — WCAG contrast
Aa
#0809fc on white: 8.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0809fc on black: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green3.5%
Blue98.8%
CMYK percentages
Cyan96.8%
Magenta96.4%
Yellow0.0%
Key (black)1.2%
Color previews
#0809fc text on a black background
contrast 2.46:1
Card sample
#0809fc text on a white background
contrast 8.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0809fc;
Background color
Panel with #0809fc background
background-color: #0809fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0809fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 9, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 9, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0809fc; background: linear-gradient(135deg, #0809fc, #AA08FC);