#0835f2
a balanced, electric blue · warm · closest name: blue
RGB
8, 53, 242
HSL
229°, 94%, 49%
CMYK
97, 78, 0, 5
Luminance
0.0901
Every format
| HEX | #0835f2 |
| RGB | rgb(8, 53, 242) |
| HSL | hsl(229, 94%, 49%) |
| CMYK | cmyk(97%, 78%, 0%, 5%) |
| LAB | lab(36.0 59.8 -94.4) |
| LCH | lch(36.0 111.7 302.3) |
| OKLCH | oklch(0.473 0.275 264.5) |
Copy-ready code
/* CSS */
color: #0835f2;
background-color: #0835f2;
/* Tailwind (arbitrary) */
class="text-[#0835f2] bg-[#0835f2]"
/* SCSS */
$brand: #0835f2;
/* SwiftUI */
Color(red: 0.031, green: 0.208, blue: 0.949)
/* Android */
Color.parseColor("#0835f2")Accessibility — WCAG contrast
Aa
#0835f2 on white: 7.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0835f2 on black: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green20.8%
Blue94.9%
CMYK percentages
Cyan96.7%
Magenta78.1%
Yellow0.0%
Key (black)5.1%
Color previews
#0835f2 text on a black background
contrast 2.80:1
Card sample
#0835f2 text on a white background
contrast 7.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0835f2;
Background color
Panel with #0835f2 background
background-color: #0835f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0835f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 53, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 53, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0835f2; background: linear-gradient(135deg, #0835f2, #7708F2);