#270088
a dark, electric violet · warm · closest name: navy
RGB
39, 0, 136
HSL
257°, 100%, 27%
CMYK
71, 100, 0, 47
Luminance
0.0221
Every format
| HEX | #270088 |
| RGB | rgb(39, 0, 136) |
| HSL | hsl(257, 100%, 27%) |
| CMYK | cmyk(71%, 100%, 0%, 47%) |
| LAB | lab(16.6 50.5 -63.8) |
| LCH | lch(16.6 81.3 308.4) |
| OKLCH | oklch(0.304 0.186 278.7) |
Copy-ready code
/* CSS */
color: #270088;
background-color: #270088;
/* Tailwind (arbitrary) */
class="text-[#270088] bg-[#270088]"
/* SCSS */
$brand: #270088;
/* SwiftUI */
Color(red: 0.153, green: 0.000, blue: 0.533)
/* Android */
Color.parseColor("#270088")Accessibility — WCAG contrast
Aa
#270088 on white: 14.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#270088 on black: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green0.0%
Blue53.3%
CMYK percentages
Cyan71.3%
Magenta100.0%
Yellow0.0%
Key (black)46.7%
Color previews
#270088 text on a black background
contrast 1.44:1
Card sample
#270088 text on a white background
contrast 14.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #270088;
Background color
Panel with #270088 background
background-color: #270088;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #270088;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 0, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 0, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #270088; background: linear-gradient(135deg, #270088, #820088);