#030833
a deep, electric blue · warm · closest name: black
RGB
3, 8, 51
HSL
234°, 89%, 11%
CMYK
94, 84, 0, 80
Luminance
0.0043
Every format
| HEX | #030833 |
| RGB | rgb(3, 8, 51) |
| HSL | hsl(234, 89%, 11%) |
| CMYK | cmyk(94%, 84%, 0%, 80%) |
| LAB | lab(3.9 12.8 -27.3) |
| LCH | lch(3.9 30.1 295.1) |
| OKLCH | oklch(0.170 0.084 267.5) |
Copy-ready code
/* CSS */
color: #030833;
background-color: #030833;
/* Tailwind (arbitrary) */
class="text-[#030833] bg-[#030833]"
/* SCSS */
$brand: #030833;
/* SwiftUI */
Color(red: 0.012, green: 0.031, blue: 0.200)
/* Android */
Color.parseColor("#030833")Accessibility — WCAG contrast
Aa
#030833 on white: 19.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#030833 on black: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green3.1%
Blue20.0%
CMYK percentages
Cyan94.1%
Magenta84.3%
Yellow0.0%
Key (black)80.0%
Color previews
#030833 text on a black background
contrast 1.09:1
Card sample
#030833 text on a white background
contrast 19.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #030833;
Background color
Panel with #030833 background
background-color: #030833;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #030833;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 8, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 8, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #030833; background: linear-gradient(135deg, #030833, #1E0333);