#08025f
a deep, electric blue · warm · closest name: midnightblue
RGB
8, 2, 95
HSL
244°, 96%, 19%
CMYK
92, 98, 0, 63
Luminance
0.0092
Every format
| HEX | #08025f |
| RGB | rgb(8, 2, 95) |
| HSL | hsl(244, 96%, 19%) |
| CMYK | cmyk(92%, 98%, 0%, 63%) |
| LAB | lab(8.3 37.4 -50.9) |
| LCH | lch(8.3 63.2 306.3) |
| OKLCH | oklch(0.227 0.147 268.4) |
Copy-ready code
/* CSS */
color: #08025f;
background-color: #08025f;
/* Tailwind (arbitrary) */
class="text-[#08025f] bg-[#08025f]"
/* SCSS */
$brand: #08025f;
/* SwiftUI */
Color(red: 0.031, green: 0.008, blue: 0.373)
/* Android */
Color.parseColor("#08025f")Accessibility — WCAG contrast
Aa
#08025f on white: 17.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08025f on black: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green0.8%
Blue37.3%
CMYK percentages
Cyan91.6%
Magenta97.9%
Yellow0.0%
Key (black)62.7%
Color previews
#08025f text on a black background
contrast 1.18:1
Card sample
#08025f text on a white background
contrast 17.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08025f;
Background color
Panel with #08025f background
background-color: #08025f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08025f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 2, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 2, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08025f; background: linear-gradient(135deg, #08025f, #46025F);