#0835af
a dark, electric blue · cool · closest name: navy
RGB
8, 53, 175
HSL
224°, 91%, 36%
CMYK
95, 70, 0, 31
Luminance
0.0569
Every format
| HEX | #0835af |
| RGB | rgb(8, 53, 175) |
| HSL | hsl(224, 91%, 36%) |
| CMYK | cmyk(95%, 70%, 0%, 31%) |
| LAB | lab(28.6 36.5 -67.7) |
| LCH | lch(28.6 76.9 298.3) |
| OKLCH | oklch(0.399 0.198 263.8) |
Copy-ready code
/* CSS */
color: #0835af;
background-color: #0835af;
/* Tailwind (arbitrary) */
class="text-[#0835af] bg-[#0835af]"
/* SCSS */
$brand: #0835af;
/* SwiftUI */
Color(red: 0.031, green: 0.208, blue: 0.686)
/* Android */
Color.parseColor("#0835af")Accessibility — WCAG contrast
Aa
#0835af on white: 9.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0835af on black: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green20.8%
Blue68.6%
CMYK percentages
Cyan95.4%
Magenta69.7%
Yellow0.0%
Key (black)31.4%
Color previews
#0835af text on a black background
contrast 2.14:1
Card sample
#0835af text on a white background
contrast 9.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0835af;
Background color
Panel with #0835af background
background-color: #0835af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0835af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 53, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 53, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0835af; background: linear-gradient(135deg, #0835af, #4A08AF);