#2f129f
a dark, electric blue · warm · closest name: navy
RGB
47, 18, 159
HSL
252°, 80%, 35%
CMYK
70, 89, 0, 38
Luminance
0.0354
Every format
| HEX | #2f129f |
| RGB | rgb(47, 18, 159) |
| HSL | hsl(252, 80%, 35%) |
| CMYK | cmyk(70%, 89%, 0%, 38%) |
| LAB | lab(22.1 51.7 -68.8) |
| LCH | lch(22.1 86.0 306.9) |
| OKLCH | oklch(0.352 0.201 277.9) |
Copy-ready code
/* CSS */
color: #2f129f;
background-color: #2f129f;
/* Tailwind (arbitrary) */
class="text-[#2f129f] bg-[#2f129f]"
/* SCSS */
$brand: #2f129f;
/* SwiftUI */
Color(red: 0.184, green: 0.071, blue: 0.624)
/* Android */
Color.parseColor("#2f129f")Accessibility — WCAG contrast
Aa
#2f129f on white: 12.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f129f on black: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green7.1%
Blue62.4%
CMYK percentages
Cyan70.4%
Magenta88.7%
Yellow0.0%
Key (black)37.6%
Color previews
#2f129f text on a black background
contrast 1.71:1
Card sample
#2f129f text on a white background
contrast 12.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f129f;
Background color
Panel with #2f129f background
background-color: #2f129f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f129f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 18, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 18, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f129f; background: linear-gradient(135deg, #2f129f, #8D129F);