#2f2f73
a dark, soft blue · warm · closest name: midnightblue
RGB
47, 47, 115
HSL
240°, 42%, 32%
CMYK
59, 59, 0, 55
Luminance
0.0388
Every format
| HEX | #2f2f73 |
| RGB | rgb(47, 47, 115) |
| HSL | hsl(240, 42%, 32%) |
| CMYK | cmyk(59%, 59%, 0%, 55%) |
| LAB | lab(23.3 21.6 -39.4) |
| LCH | lch(23.3 44.9 298.8) |
| OKLCH | oklch(0.347 0.114 278.7) |
Copy-ready code
/* CSS */
color: #2f2f73;
background-color: #2f2f73;
/* Tailwind (arbitrary) */
class="text-[#2f2f73] bg-[#2f2f73]"
/* SCSS */
$brand: #2f2f73;
/* SwiftUI */
Color(red: 0.184, green: 0.184, blue: 0.451)
/* Android */
Color.parseColor("#2f2f73")Accessibility — WCAG contrast
Aa
#2f2f73 on white: 11.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f2f73 on black: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green18.4%
Blue45.1%
CMYK percentages
Cyan59.1%
Magenta59.1%
Yellow0.0%
Key (black)54.9%
Color previews
#2f2f73 text on a black background
contrast 1.78:1
Card sample
#2f2f73 text on a white background
contrast 11.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f2f73;
Background color
Panel with #2f2f73 background
background-color: #2f2f73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f2f73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 47, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 47, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f2f73; background: linear-gradient(135deg, #2f2f73, #5C2F73);