#30475f
a dark, soft blue · cool · closest name: darkslategray
RGB
48, 71, 95
HSL
211°, 33%, 28%
CMYK
50, 25, 0, 63
Luminance
0.0596
Every format
| HEX | #30475f |
| RGB | rgb(48, 71, 95) |
| HSL | hsl(211, 33%, 28%) |
| CMYK | cmyk(50%, 25%, 0%, 63%) |
| LAB | lab(29.3 -1.5 -16.9) |
| LCH | lch(29.3 17.0 265.0) |
| OKLCH | oklch(0.390 0.050 250.2) |
Copy-ready code
/* CSS */
color: #30475f;
background-color: #30475f;
/* Tailwind (arbitrary) */
class="text-[#30475f] bg-[#30475f]"
/* SCSS */
$brand: #30475f;
/* SwiftUI */
Color(red: 0.188, green: 0.278, blue: 0.373)
/* Android */
Color.parseColor("#30475f")Accessibility — WCAG contrast
Aa
#30475f on white: 9.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#30475f on black: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green27.8%
Blue37.3%
CMYK percentages
Cyan49.5%
Magenta25.3%
Yellow0.0%
Key (black)62.7%
Color previews
#30475f text on a black background
contrast 2.19:1
Card sample
#30475f text on a white background
contrast 9.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #30475f;
Background color
Panel with #30475f background
background-color: #30475f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #30475f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 71, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 71, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #30475f; background: linear-gradient(135deg, #30475f, #38305F);