#2f367c
a dark, vivid blue · warm · closest name: midnightblue
RGB
47, 54, 124
HSL
235°, 45%, 34%
CMYK
62, 57, 0, 51
Luminance
0.0470
Every format
| HEX | #2f367c |
| RGB | rgb(47, 54, 124) |
| HSL | hsl(235, 45%, 34%) |
| CMYK | cmyk(62%, 57%, 0%, 51%) |
| LAB | lab(25.9 20.1 -40.9) |
| LCH | lch(25.9 45.5 296.2) |
| OKLCH | oklch(0.369 0.118 274.8) |
Copy-ready code
/* CSS */
color: #2f367c;
background-color: #2f367c;
/* Tailwind (arbitrary) */
class="text-[#2f367c] bg-[#2f367c]"
/* SCSS */
$brand: #2f367c;
/* SwiftUI */
Color(red: 0.184, green: 0.212, blue: 0.486)
/* Android */
Color.parseColor("#2f367c")Accessibility — WCAG contrast
Aa
#2f367c on white: 10.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f367c on black: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green21.2%
Blue48.6%
CMYK percentages
Cyan62.1%
Magenta56.5%
Yellow0.0%
Key (black)51.4%
Color previews
#2f367c text on a black background
contrast 1.94:1
Card sample
#2f367c text on a white background
contrast 10.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f367c;
Background color
Panel with #2f367c background
background-color: #2f367c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f367c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 54, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 54, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f367c; background: linear-gradient(135deg, #2f367c, #5B2F7C);