#2f14ac
a dark, electric blue · warm · closest name: navy
RGB
47, 20, 172
HSL
251°, 79%, 38%
CMYK
73, 88, 0, 33
Luminance
0.0408
Every format
| HEX | #2f14ac |
| RGB | rgb(47, 20, 172) |
| HSL | hsl(251, 79%, 38%) |
| CMYK | cmyk(73%, 88%, 0%, 33%) |
| LAB | lab(23.9 54.6 -73.6) |
| LCH | lch(23.9 91.6 306.6) |
| OKLCH | oklch(0.369 0.214 276.0) |
Copy-ready code
/* CSS */
color: #2f14ac;
background-color: #2f14ac;
/* Tailwind (arbitrary) */
class="text-[#2f14ac] bg-[#2f14ac]"
/* SCSS */
$brand: #2f14ac;
/* SwiftUI */
Color(red: 0.184, green: 0.078, blue: 0.675)
/* Android */
Color.parseColor("#2f14ac")Accessibility — WCAG contrast
Aa
#2f14ac on white: 11.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f14ac on black: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green7.8%
Blue67.5%
CMYK percentages
Cyan72.7%
Magenta88.4%
Yellow0.0%
Key (black)32.5%
Color previews
#2f14ac text on a black background
contrast 1.82:1
Card sample
#2f14ac text on a white background
contrast 11.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f14ac;
Background color
Panel with #2f14ac background
background-color: #2f14ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f14ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 20, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 20, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f14ac; background: linear-gradient(135deg, #2f14ac, #9414AC);