#080227
a deep, electric blue · warm · closest name: black
RGB
8, 2, 39
HSL
250°, 90%, 8%
CMYK
80, 95, 0, 85
Luminance
0.0024
Every format
| HEX | #080227 |
| RGB | rgb(8, 2, 39) |
| HSL | hsl(250, 90%, 8%) |
| CMYK | cmyk(80%, 95%, 0%, 85%) |
| LAB | lab(2.2 10.6 -20.9) |
| LCH | lch(2.2 23.4 296.9) |
| OKLCH | oklch(0.143 0.075 282.1) |
Copy-ready code
/* CSS */
color: #080227;
background-color: #080227;
/* Tailwind (arbitrary) */
class="text-[#080227] bg-[#080227]"
/* SCSS */
$brand: #080227;
/* SwiftUI */
Color(red: 0.031, green: 0.008, blue: 0.153)
/* Android */
Color.parseColor("#080227")Accessibility — WCAG contrast
Aa
#080227 on white: 20.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080227 on black: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green0.8%
Blue15.3%
CMYK percentages
Cyan79.5%
Magenta94.9%
Yellow0.0%
Key (black)84.7%
Color previews
#080227 text on a black background
contrast 1.05:1
Card sample
#080227 text on a white background
contrast 20.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080227;
Background color
Panel with #080227 background
background-color: #080227;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080227;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 2, 39, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 2, 39, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080227; background: linear-gradient(135deg, #080227, #200227);