#2f2c73
a dark, soft blue · warm · closest name: midnightblue
RGB
47, 44, 115
HSL
243°, 45%, 31%
CMYK
59, 62, 0, 55
Luminance
0.0364
Every format
| HEX | #2f2c73 |
| RGB | rgb(47, 44, 115) |
| HSL | hsl(243, 45%, 31%) |
| CMYK | cmyk(59%, 62%, 0%, 55%) |
| LAB | lab(22.4 23.6 -40.6) |
| LCH | lch(22.4 47.0 300.2) |
| OKLCH | oklch(0.341 0.118 280.0) |
Copy-ready code
/* CSS */
color: #2f2c73;
background-color: #2f2c73;
/* Tailwind (arbitrary) */
class="text-[#2f2c73] bg-[#2f2c73]"
/* SCSS */
$brand: #2f2c73;
/* SwiftUI */
Color(red: 0.184, green: 0.173, blue: 0.451)
/* Android */
Color.parseColor("#2f2c73")Accessibility — WCAG contrast
Aa
#2f2c73 on white: 12.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f2c73 on black: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green17.3%
Blue45.1%
CMYK percentages
Cyan59.1%
Magenta61.7%
Yellow0.0%
Key (black)54.9%
Color previews
#2f2c73 text on a black background
contrast 1.73:1
Card sample
#2f2c73 text on a white background
contrast 12.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f2c73;
Background color
Panel with #2f2c73 background
background-color: #2f2c73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f2c73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 44, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 44, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f2c73; background: linear-gradient(135deg, #2f2c73, #5E2C73);