#0835cf
a dark, electric blue · warm · closest name: navy
RGB
8, 53, 207
HSL
226°, 93%, 42%
CMYK
96, 74, 0, 19
Luminance
0.0710
Every format
| HEX | #0835cf |
| RGB | rgb(8, 53, 207) |
| HSL | hsl(226, 93%, 42%) |
| CMYK | cmyk(96%, 74%, 0%, 19%) |
| LAB | lab(32.0 48.1 -80.9) |
| LCH | lch(32.0 94.1 300.7) |
| OKLCH | oklch(0.434 0.236 264.3) |
Copy-ready code
/* CSS */
color: #0835cf;
background-color: #0835cf;
/* Tailwind (arbitrary) */
class="text-[#0835cf] bg-[#0835cf]"
/* SCSS */
$brand: #0835cf;
/* SwiftUI */
Color(red: 0.031, green: 0.208, blue: 0.812)
/* Android */
Color.parseColor("#0835cf")Accessibility — WCAG contrast
Aa
#0835cf on white: 8.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0835cf on black: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green20.8%
Blue81.2%
CMYK percentages
Cyan96.1%
Magenta74.4%
Yellow0.0%
Key (black)18.8%
Color previews
#0835cf text on a black background
contrast 2.42:1
Card sample
#0835cf text on a white background
contrast 8.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0835cf;
Background color
Panel with #0835cf background
background-color: #0835cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0835cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 53, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 53, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0835cf; background: linear-gradient(135deg, #0835cf, #6008CF);