#0835ac
a dark, electric blue · cool · closest name: slateblue
RGB
8, 53, 172
HSL
224°, 91%, 35%
CMYK
95, 69, 0, 33
Luminance
0.0558
Every format
| HEX | #0835ac |
| RGB | rgb(8, 53, 172) |
| HSL | hsl(224, 91%, 35%) |
| CMYK | cmyk(95%, 69%, 0%, 33%) |
| LAB | lab(28.3 35.3 -66.4) |
| LCH | lch(28.3 75.2 298.0) |
| OKLCH | oklch(0.396 0.194 263.7) |
Copy-ready code
/* CSS */
color: #0835ac;
background-color: #0835ac;
/* Tailwind (arbitrary) */
class="text-[#0835ac] bg-[#0835ac]"
/* SCSS */
$brand: #0835ac;
/* SwiftUI */
Color(red: 0.031, green: 0.208, blue: 0.675)
/* Android */
Color.parseColor("#0835ac")Accessibility — WCAG contrast
Aa
#0835ac on white: 9.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0835ac on black: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green20.8%
Blue67.5%
CMYK percentages
Cyan95.3%
Magenta69.2%
Yellow0.0%
Key (black)32.5%
Color previews
#0835ac text on a black background
contrast 2.12:1
Card sample
#0835ac text on a white background
contrast 9.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0835ac;
Background color
Panel with #0835ac background
background-color: #0835ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0835ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 53, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 53, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0835ac; background: linear-gradient(135deg, #0835ac, #4808AC);