#260099
a dark, electric blue · warm · closest name: navy
RGB
38, 0, 153
HSL
255°, 100%, 30%
CMYK
75, 100, 0, 40
Luminance
0.0271
Every format
| HEX | #260099 |
| RGB | rgb(38, 0, 153) |
| HSL | hsl(255, 100%, 30%) |
| CMYK | cmyk(75%, 100%, 0%, 40%) |
| LAB | lab(18.9 54.8 -70.5) |
| LCH | lch(18.9 89.3 307.8) |
| OKLCH | oklch(0.326 0.204 275.4) |
Copy-ready code
/* CSS */
color: #260099;
background-color: #260099;
/* Tailwind (arbitrary) */
class="text-[#260099] bg-[#260099]"
/* SCSS */
$brand: #260099;
/* SwiftUI */
Color(red: 0.149, green: 0.000, blue: 0.600)
/* Android */
Color.parseColor("#260099")Accessibility — WCAG contrast
Aa
#260099 on white: 13.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#260099 on black: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green0.0%
Blue60.0%
CMYK percentages
Cyan75.2%
Magenta100.0%
Yellow0.0%
Key (black)40.0%
Color previews
#260099 text on a black background
contrast 1.54:1
Card sample
#260099 text on a white background
contrast 13.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #260099;
Background color
Panel with #260099 background
background-color: #260099;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #260099;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 0, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 0, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #260099; background: linear-gradient(135deg, #260099, #8C0099);