#2f3c7f
a dark, vivid blue · warm · closest name: midnightblue
RGB
47, 60, 127
HSL
230°, 46%, 34%
CMYK
63, 53, 0, 50
Luminance
0.0537
Every format
| HEX | #2f3c7f |
| RGB | rgb(47, 60, 127) |
| HSL | hsl(230, 46%, 34%) |
| CMYK | cmyk(63%, 53%, 0%, 50%) |
| LAB | lab(27.8 17.1 -39.7) |
| LCH | lch(27.8 43.2 293.3) |
| OKLCH | oklch(0.384 0.114 271.8) |
Copy-ready code
/* CSS */
color: #2f3c7f;
background-color: #2f3c7f;
/* Tailwind (arbitrary) */
class="text-[#2f3c7f] bg-[#2f3c7f]"
/* SCSS */
$brand: #2f3c7f;
/* SwiftUI */
Color(red: 0.184, green: 0.235, blue: 0.498)
/* Android */
Color.parseColor("#2f3c7f")Accessibility — WCAG contrast
Aa
#2f3c7f on white: 10.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f3c7f on black: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green23.5%
Blue49.8%
CMYK percentages
Cyan63.0%
Magenta52.8%
Yellow0.0%
Key (black)50.2%
Color previews
#2f3c7f text on a black background
contrast 2.07:1
Card sample
#2f3c7f text on a white background
contrast 10.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f3c7f;
Background color
Panel with #2f3c7f background
background-color: #2f3c7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f3c7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 60, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 60, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f3c7f; background: linear-gradient(135deg, #2f3c7f, #572F7F);