#2f3d82
a dark, vivid blue · warm · closest name: midnightblue
RGB
47, 61, 130
HSL
230°, 47%, 35%
CMYK
64, 53, 0, 49
Luminance
0.0555
Every format
| HEX | #2f3d82 |
| RGB | rgb(47, 61, 130) |
| HSL | hsl(230, 47%, 35%) |
| CMYK | cmyk(64%, 53%, 0%, 49%) |
| LAB | lab(28.3 17.5 -40.7) |
| LCH | lch(28.3 44.3 293.3) |
| OKLCH | oklch(0.388 0.117 271.3) |
Copy-ready code
/* CSS */
color: #2f3d82;
background-color: #2f3d82;
/* Tailwind (arbitrary) */
class="text-[#2f3d82] bg-[#2f3d82]"
/* SCSS */
$brand: #2f3d82;
/* SwiftUI */
Color(red: 0.184, green: 0.239, blue: 0.510)
/* Android */
Color.parseColor("#2f3d82")Accessibility — WCAG contrast
Aa
#2f3d82 on white: 9.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f3d82 on black: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green23.9%
Blue51.0%
CMYK percentages
Cyan63.8%
Magenta53.1%
Yellow0.0%
Key (black)49.0%
Color previews
#2f3d82 text on a black background
contrast 2.11:1
Card sample
#2f3d82 text on a white background
contrast 9.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f3d82;
Background color
Panel with #2f3d82 background
background-color: #2f3d82;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f3d82;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 61, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 61, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f3d82; background: linear-gradient(135deg, #2f3d82, #582F82);