#2f397b
a dark, soft blue · warm · closest name: midnightblue
RGB
47, 57, 123
HSL
232°, 45%, 33%
CMYK
62, 54, 0, 52
Luminance
0.0496
Every format
| HEX | #2f397b |
| RGB | rgb(47, 57, 123) |
| HSL | hsl(232, 45%, 33%) |
| CMYK | cmyk(62%, 54%, 0%, 52%) |
| LAB | lab(26.6 17.7 -39.0) |
| LCH | lch(26.6 42.8 294.4) |
| OKLCH | oklch(0.374 0.112 273.3) |
Copy-ready code
/* CSS */
color: #2f397b;
background-color: #2f397b;
/* Tailwind (arbitrary) */
class="text-[#2f397b] bg-[#2f397b]"
/* SCSS */
$brand: #2f397b;
/* SwiftUI */
Color(red: 0.184, green: 0.224, blue: 0.482)
/* Android */
Color.parseColor("#2f397b")Accessibility — WCAG contrast
Aa
#2f397b on white: 10.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f397b on black: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green22.4%
Blue48.2%
CMYK percentages
Cyan61.8%
Magenta53.7%
Yellow0.0%
Key (black)51.8%
Color previews
#2f397b text on a black background
contrast 1.99:1
Card sample
#2f397b text on a white background
contrast 10.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f397b;
Background color
Panel with #2f397b background
background-color: #2f397b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f397b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 57, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 57, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f397b; background: linear-gradient(135deg, #2f397b, #582F7B);