#2f4963
a dark, soft blue · cool · closest name: darkslategray
RGB
47, 73, 99
HSL
210°, 36%, 29%
CMYK
53, 26, 0, 61
Luminance
0.0627
Every format
| HEX | #2f4963 |
| RGB | rgb(47, 73, 99) |
| HSL | hsl(210, 36%, 29%) |
| CMYK | cmyk(53%, 26%, 0%, 61%) |
| LAB | lab(30.1 -1.7 -18.3) |
| LCH | lch(30.1 18.4 264.6) |
| OKLCH | oklch(0.396 0.055 249.3) |
Copy-ready code
/* CSS */
color: #2f4963;
background-color: #2f4963;
/* Tailwind (arbitrary) */
class="text-[#2f4963] bg-[#2f4963]"
/* SCSS */
$brand: #2f4963;
/* SwiftUI */
Color(red: 0.184, green: 0.286, blue: 0.388)
/* Android */
Color.parseColor("#2f4963")Accessibility — WCAG contrast
Aa
#2f4963 on white: 9.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f4963 on black: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green28.6%
Blue38.8%
CMYK percentages
Cyan52.5%
Magenta26.3%
Yellow0.0%
Key (black)61.2%
Color previews
#2f4963 text on a black background
contrast 2.25:1
Card sample
#2f4963 text on a white background
contrast 9.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f4963;
Background color
Panel with #2f4963 background
background-color: #2f4963;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f4963;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 73, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 73, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f4963; background: linear-gradient(135deg, #2f4963, #382F63);