#2f396c
a dark, soft blue · warm · closest name: midnightblue
RGB
47, 57, 108
HSL
230°, 39%, 30%
CMYK
57, 47, 0, 58
Luminance
0.0461
Every format
| HEX | #2f396c |
| RGB | rgb(47, 57, 108) |
| HSL | hsl(230, 39%, 30%) |
| CMYK | cmyk(57%, 47%, 0%, 58%) |
| LAB | lab(25.6 12.2 -31.1) |
| LCH | lch(25.6 33.4 291.4) |
| OKLCH | oklch(0.363 0.088 272.9) |
Copy-ready code
/* CSS */
color: #2f396c;
background-color: #2f396c;
/* Tailwind (arbitrary) */
class="text-[#2f396c] bg-[#2f396c]"
/* SCSS */
$brand: #2f396c;
/* SwiftUI */
Color(red: 0.184, green: 0.224, blue: 0.424)
/* Android */
Color.parseColor("#2f396c")Accessibility — WCAG contrast
Aa
#2f396c on white: 10.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f396c on black: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green22.4%
Blue42.4%
CMYK percentages
Cyan56.5%
Magenta47.2%
Yellow0.0%
Key (black)57.6%
Color previews
#2f396c text on a black background
contrast 1.92:1
Card sample
#2f396c text on a white background
contrast 10.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f396c;
Background color
Panel with #2f396c background
background-color: #2f396c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f396c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 57, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 57, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f396c; background: linear-gradient(135deg, #2f396c, #4E2F6C);