#313f7f
a dark, soft blue · warm · closest name: midnightblue
RGB
49, 63, 127
HSL
229°, 44%, 35%
CMYK
61, 50, 0, 50
Luminance
0.0574
Every format
| HEX | #313f7f |
| RGB | rgb(49, 63, 127) |
| HSL | hsl(229, 44%, 35%) |
| CMYK | cmyk(61%, 50%, 0%, 50%) |
| LAB | lab(28.8 15.4 -38.1) |
| LCH | lch(28.8 41.1 292.1) |
| OKLCH | oklch(0.392 0.109 271.3) |
Copy-ready code
/* CSS */
color: #313f7f;
background-color: #313f7f;
/* Tailwind (arbitrary) */
class="text-[#313f7f] bg-[#313f7f]"
/* SCSS */
$brand: #313f7f;
/* SwiftUI */
Color(red: 0.192, green: 0.247, blue: 0.498)
/* Android */
Color.parseColor("#313f7f")Accessibility — WCAG contrast
Aa
#313f7f on white: 9.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#313f7f on black: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green24.7%
Blue49.8%
CMYK percentages
Cyan61.4%
Magenta50.4%
Yellow0.0%
Key (black)50.2%
Color previews
#313f7f text on a black background
contrast 2.15:1
Card sample
#313f7f text on a white background
contrast 9.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #313f7f;
Background color
Panel with #313f7f background
background-color: #313f7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #313f7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 63, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 63, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #313f7f; background: linear-gradient(135deg, #313f7f, #57317F);