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