#2f00ba
a dark, electric violet · warm · closest name: navy
RGB
47, 0, 186
HSL
255°, 100%, 37%
CMYK
75, 100, 0, 27
Luminance
0.0415
Every format
| HEX | #2f00ba |
| RGB | rgb(47, 0, 186) |
| HSL | hsl(255, 100%, 37%) |
| CMYK | cmyk(75%, 100%, 0%, 27%) |
| LAB | lab(24.2 63.2 -81.6) |
| LCH | lch(24.2 103.2 307.8) |
| OKLCH | oklch(0.376 0.236 275.0) |
Copy-ready code
/* CSS */
color: #2f00ba;
background-color: #2f00ba;
/* Tailwind (arbitrary) */
class="text-[#2f00ba] bg-[#2f00ba]"
/* SCSS */
$brand: #2f00ba;
/* SwiftUI */
Color(red: 0.184, green: 0.000, blue: 0.729)
/* Android */
Color.parseColor("#2f00ba")Accessibility — WCAG contrast
Aa
#2f00ba on white: 11.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f00ba on black: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green0.0%
Blue72.9%
CMYK percentages
Cyan74.7%
Magenta100.0%
Yellow0.0%
Key (black)27.1%
Color previews
#2f00ba text on a black background
contrast 1.83:1
Card sample
#2f00ba text on a white background
contrast 11.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f00ba;
Background color
Panel with #2f00ba background
background-color: #2f00ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f00ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 0, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 0, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f00ba; background: linear-gradient(135deg, #2f00ba, #AB00BA);