#260430
a deep, electric violet · warm · closest name: midnightblue
RGB
38, 4, 48
HSL
286°, 85%, 10%
CMYK
21, 92, 0, 81
Luminance
0.0071
Every format
| HEX | #260430 |
| RGB | rgb(38, 4, 48) |
| HSL | hsl(286, 85%, 10%) |
| CMYK | cmyk(21%, 92%, 0%, 81%) |
| LAB | lab(6.4 25.2 -20.8) |
| LCH | lch(6.4 32.6 320.4) |
| OKLCH | oklch(0.204 0.087 317.4) |
Copy-ready code
/* CSS */
color: #260430;
background-color: #260430;
/* Tailwind (arbitrary) */
class="text-[#260430] bg-[#260430]"
/* SCSS */
$brand: #260430;
/* SwiftUI */
Color(red: 0.149, green: 0.016, blue: 0.188)
/* Android */
Color.parseColor("#260430")Accessibility — WCAG contrast
Aa
#260430 on white: 18.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#260430 on black: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green1.6%
Blue18.8%
CMYK percentages
Cyan20.8%
Magenta91.7%
Yellow0.0%
Key (black)81.2%
Color previews
#260430 text on a black background
contrast 1.14:1
Card sample
#260430 text on a white background
contrast 18.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #260430;
Background color
Panel with #260430 background
background-color: #260430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #260430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 4, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 4, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #260430; background: linear-gradient(135deg, #260430, #30041D);