#2f02ac
a dark, electric violet · warm · closest name: navy
RGB
47, 2, 172
HSL
256°, 98%, 34%
CMYK
73, 99, 0, 33
Luminance
0.0363
Every format
| HEX | #2f02ac |
| RGB | rgb(47, 2, 172) |
| HSL | hsl(256, 98%, 34%) |
| CMYK | cmyk(73%, 99%, 0%, 33%) |
| LAB | lab(22.4 59.3 -76.2) |
| LCH | lch(22.4 96.5 307.9) |
| OKLCH | oklch(0.359 0.221 276.6) |
Copy-ready code
/* CSS */
color: #2f02ac;
background-color: #2f02ac;
/* Tailwind (arbitrary) */
class="text-[#2f02ac] bg-[#2f02ac]"
/* SCSS */
$brand: #2f02ac;
/* SwiftUI */
Color(red: 0.184, green: 0.008, blue: 0.675)
/* Android */
Color.parseColor("#2f02ac")Accessibility — WCAG contrast
Aa
#2f02ac on white: 12.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f02ac on black: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green0.8%
Blue67.5%
CMYK percentages
Cyan72.7%
Magenta98.8%
Yellow0.0%
Key (black)32.5%
Color previews
#2f02ac text on a black background
contrast 1.73:1
Card sample
#2f02ac text on a white background
contrast 12.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f02ac;
Background color
Panel with #2f02ac background
background-color: #2f02ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f02ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 2, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 2, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f02ac; background: linear-gradient(135deg, #2f02ac, #A002AC);