#2f375f
a dark, soft blue · warm · closest name: darkslategray
RGB
47, 55, 95
HSL
230°, 34%, 28%
CMYK
51, 42, 0, 63
Luminance
0.0416
Every format
| HEX | #2f375f |
| RGB | rgb(47, 55, 95) |
| HSL | hsl(230, 34%, 28%) |
| CMYK | cmyk(51%, 42%, 0%, 63%) |
| LAB | lab(24.2 9.0 -24.9) |
| LCH | lch(24.2 26.5 289.8) |
| OKLCH | oklch(0.350 0.070 273.7) |
Copy-ready code
/* CSS */
color: #2f375f;
background-color: #2f375f;
/* Tailwind (arbitrary) */
class="text-[#2f375f] bg-[#2f375f]"
/* SCSS */
$brand: #2f375f;
/* SwiftUI */
Color(red: 0.184, green: 0.216, blue: 0.373)
/* Android */
Color.parseColor("#2f375f")Accessibility — WCAG contrast
Aa
#2f375f on white: 11.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f375f on black: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green21.6%
Blue37.3%
CMYK percentages
Cyan50.5%
Magenta42.1%
Yellow0.0%
Key (black)62.7%
Color previews
#2f375f text on a black background
contrast 1.83:1
Card sample
#2f375f text on a white background
contrast 11.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f375f;
Background color
Panel with #2f375f background
background-color: #2f375f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f375f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 55, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 55, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f375f; background: linear-gradient(135deg, #2f375f, #472F5F);