#2f2f5c
a dark, soft blue · warm · closest name: midnightblue
RGB
47, 47, 92
HSL
240°, 32%, 27%
CMYK
49, 49, 0, 64
Luminance
0.0341
Every format
| HEX | #2f2f5c |
| RGB | rgb(47, 47, 92) |
| HSL | hsl(240, 32%, 27%) |
| CMYK | cmyk(49%, 49%, 0%, 64%) |
| LAB | lab(21.6 13.5 -27.1) |
| LCH | lch(21.6 30.2 296.5) |
| OKLCH | oklch(0.330 0.078 281.2) |
Copy-ready code
/* CSS */
color: #2f2f5c;
background-color: #2f2f5c;
/* Tailwind (arbitrary) */
class="text-[#2f2f5c] bg-[#2f2f5c]"
/* SCSS */
$brand: #2f2f5c;
/* SwiftUI */
Color(red: 0.184, green: 0.184, blue: 0.361)
/* Android */
Color.parseColor("#2f2f5c")Accessibility — WCAG contrast
Aa
#2f2f5c on white: 12.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f2f5c on black: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green18.4%
Blue36.1%
CMYK percentages
Cyan48.9%
Magenta48.9%
Yellow0.0%
Key (black)63.9%
Color previews
#2f2f5c text on a black background
contrast 1.68:1
Card sample
#2f2f5c text on a white background
contrast 12.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f2f5c;
Background color
Panel with #2f2f5c background
background-color: #2f2f5c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f2f5c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 47, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 47, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f2f5c; background: linear-gradient(135deg, #2f2f5c, #4D2F5C);