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