#060430
a deep, electric blue · warm · closest name: black
RGB
6, 4, 48
HSL
243°, 85%, 10%
CMYK
88, 92, 0, 81
Luminance
0.0034
Every format
| HEX | #060430 |
| RGB | rgb(6, 4, 48) |
| HSL | hsl(243, 85%, 10%) |
| CMYK | cmyk(88%, 92%, 0%, 81%) |
| LAB | lab(3.1 13.5 -26.4) |
| LCH | lch(3.1 29.6 297.1) |
| OKLCH | oklch(0.159 0.085 273.9) |
Copy-ready code
/* CSS */
color: #060430;
background-color: #060430;
/* Tailwind (arbitrary) */
class="text-[#060430] bg-[#060430]"
/* SCSS */
$brand: #060430;
/* SwiftUI */
Color(red: 0.024, green: 0.016, blue: 0.188)
/* Android */
Color.parseColor("#060430")Accessibility — WCAG contrast
Aa
#060430 on white: 19.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#060430 on black: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green1.6%
Blue18.8%
CMYK percentages
Cyan87.5%
Magenta91.7%
Yellow0.0%
Key (black)81.2%
Color previews
#060430 text on a black background
contrast 1.07:1
Card sample
#060430 text on a white background
contrast 19.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #060430;
Background color
Panel with #060430 background
background-color: #060430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #060430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 4, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 4, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #060430; background: linear-gradient(135deg, #060430, #230430);