#0838fd
a balanced, electric blue · warm · closest name: blue
RGB
8, 56, 253
HSL
228°, 98%, 51%
CMYK
97, 78, 0, 1
Luminance
0.0997
Every format
| HEX | #0838fd |
| RGB | rgb(8, 56, 253) |
| HSL | hsl(228, 98%, 51%) |
| CMYK | cmyk(97%, 78%, 0%, 1%) |
| LAB | lab(37.8 61.7 -97.6) |
| LCH | lch(37.8 115.5 302.3) |
| OKLCH | oklch(0.489 0.284 264.5) |
Copy-ready code
/* CSS */
color: #0838fd;
background-color: #0838fd;
/* Tailwind (arbitrary) */
class="text-[#0838fd] bg-[#0838fd]"
/* SCSS */
$brand: #0838fd;
/* SwiftUI */
Color(red: 0.031, green: 0.220, blue: 0.992)
/* Android */
Color.parseColor("#0838fd")Accessibility — WCAG contrast
Aa
#0838fd on white: 7.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0838fd on black: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green22.0%
Blue99.2%
CMYK percentages
Cyan96.8%
Magenta77.9%
Yellow0.0%
Key (black)0.8%
Color previews
#0838fd text on a black background
contrast 2.99:1
Card sample
#0838fd text on a white background
contrast 7.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0838fd;
Background color
Panel with #0838fd background
background-color: #0838fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0838fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 56, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 56, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0838fd; background: linear-gradient(135deg, #0838fd, #7B08FD);