#0830cf
a dark, electric blue · warm · closest name: navy
RGB
8, 48, 207
HSL
228°, 93%, 42%
CMYK
96, 77, 0, 19
Luminance
0.0667
Every format
| HEX | #0830cf |
| RGB | rgb(8, 48, 207) |
| HSL | hsl(228, 93%, 42%) |
| CMYK | cmyk(96%, 77%, 0%, 19%) |
| LAB | lab(31.0 50.9 -82.5) |
| LCH | lch(31.0 97.0 301.7) |
| OKLCH | oklch(0.426 0.240 264.6) |
Copy-ready code
/* CSS */
color: #0830cf;
background-color: #0830cf;
/* Tailwind (arbitrary) */
class="text-[#0830cf] bg-[#0830cf]"
/* SCSS */
$brand: #0830cf;
/* SwiftUI */
Color(red: 0.031, green: 0.188, blue: 0.812)
/* Android */
Color.parseColor("#0830cf")Accessibility — WCAG contrast
Aa
#0830cf on white: 9.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0830cf on black: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green18.8%
Blue81.2%
CMYK percentages
Cyan96.1%
Magenta76.8%
Yellow0.0%
Key (black)18.8%
Color previews
#0830cf text on a black background
contrast 2.33:1
Card sample
#0830cf text on a white background
contrast 9.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0830cf;
Background color
Panel with #0830cf background
background-color: #0830cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0830cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 48, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 48, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0830cf; background: linear-gradient(135deg, #0830cf, #6508CF);