#0606cb
a dark, electric blue · warm · closest name: blue
RGB
6, 6, 203
HSL
240°, 94%, 41%
CMYK
97, 97, 0, 20
Luminance
0.0448
Every format
| HEX | #0606cb |
| RGB | rgb(6, 6, 203) |
| HSL | hsl(240, 94%, 41%) |
| CMYK | cmyk(97%, 97%, 0%, 20%) |
| LAB | lab(25.2 65.5 -90.0) |
| LCH | lch(25.2 111.3 306.0) |
| OKLCH | oklch(0.385 0.261 264.7) |
Copy-ready code
/* CSS */
color: #0606cb;
background-color: #0606cb;
/* Tailwind (arbitrary) */
class="text-[#0606cb] bg-[#0606cb]"
/* SCSS */
$brand: #0606cb;
/* SwiftUI */
Color(red: 0.024, green: 0.024, blue: 0.796)
/* Android */
Color.parseColor("#0606cb")Accessibility — WCAG contrast
Aa
#0606cb on white: 11.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0606cb on black: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green2.4%
Blue79.6%
CMYK percentages
Cyan97.0%
Magenta97.0%
Yellow0.0%
Key (black)20.4%
Color previews
#0606cb text on a black background
contrast 1.90:1
Card sample
#0606cb text on a white background
contrast 11.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0606cb;
Background color
Panel with #0606cb background
background-color: #0606cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0606cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 6, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 6, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0606cb; background: linear-gradient(135deg, #0606cb, #8906CB);