#314768
a dark, soft blue · cool · closest name: darkslategray
RGB
49, 71, 104
HSL
216°, 36%, 30%
CMYK
53, 32, 0, 59
Luminance
0.0616
Every format
| HEX | #314768 |
| RGB | rgb(49, 71, 104) |
| HSL | hsl(216, 36%, 30%) |
| CMYK | cmyk(53%, 32%, 0%, 59%) |
| LAB | lab(29.8 1.8 -21.9) |
| LCH | lch(29.8 22.0 274.8) |
| OKLCH | oklch(0.395 0.063 258.3) |
Copy-ready code
/* CSS */
color: #314768;
background-color: #314768;
/* Tailwind (arbitrary) */
class="text-[#314768] bg-[#314768]"
/* SCSS */
$brand: #314768;
/* SwiftUI */
Color(red: 0.192, green: 0.278, blue: 0.408)
/* Android */
Color.parseColor("#314768")Accessibility — WCAG contrast
Aa
#314768 on white: 9.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#314768 on black: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green27.8%
Blue40.8%
CMYK percentages
Cyan52.9%
Magenta31.7%
Yellow0.0%
Key (black)59.2%
Color previews
#314768 text on a black background
contrast 2.23:1
Card sample
#314768 text on a white background
contrast 9.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #314768;
Background color
Panel with #314768 background
background-color: #314768;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #314768;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 71, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 71, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #314768; background: linear-gradient(135deg, #314768, #403168);