#2f367b
a dark, soft blue · warm · closest name: midnightblue
RGB
47, 54, 123
HSL
235°, 45%, 33%
CMYK
62, 56, 0, 52
Luminance
0.0467
Every format
| HEX | #2f367b |
| RGB | rgb(47, 54, 123) |
| HSL | hsl(235, 45%, 33%) |
| CMYK | cmyk(62%, 56%, 0%, 52%) |
| LAB | lab(25.8 19.7 -40.4) |
| LCH | lch(25.8 44.9 296.0) |
| OKLCH | oklch(0.368 0.116 274.8) |
Copy-ready code
/* CSS */
color: #2f367b;
background-color: #2f367b;
/* Tailwind (arbitrary) */
class="text-[#2f367b] bg-[#2f367b]"
/* SCSS */
$brand: #2f367b;
/* SwiftUI */
Color(red: 0.184, green: 0.212, blue: 0.482)
/* Android */
Color.parseColor("#2f367b")Accessibility — WCAG contrast
Aa
#2f367b on white: 10.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f367b on black: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green21.2%
Blue48.2%
CMYK percentages
Cyan61.8%
Magenta56.1%
Yellow0.0%
Key (black)51.8%
Color previews
#2f367b text on a black background
contrast 1.93:1
Card sample
#2f367b text on a white background
contrast 10.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f367b;
Background color
Panel with #2f367b background
background-color: #2f367b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f367b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 54, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 54, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f367b; background: linear-gradient(135deg, #2f367b, #5B2F7B);