#38678f
a dark, soft blue · cool · closest name: steelblue
RGB
56, 103, 143
HSL
208°, 44%, 39%
CMYK
61, 28, 0, 44
Luminance
0.1252
Every format
| HEX | #38678f |
| RGB | rgb(56, 103, 143) |
| HSL | hsl(208, 44%, 39%) |
| CMYK | cmyk(61%, 28%, 0%, 44%) |
| LAB | lab(42.0 -3.3 -26.8) |
| LCH | lch(42.0 27.0 263.0) |
| OKLCH | oklch(0.498 0.082 246.1) |
Copy-ready code
/* CSS */
color: #38678f;
background-color: #38678f;
/* Tailwind (arbitrary) */
class="text-[#38678f] bg-[#38678f]"
/* SCSS */
$brand: #38678f;
/* SwiftUI */
Color(red: 0.220, green: 0.404, blue: 0.561)
/* Android */
Color.parseColor("#38678f")Accessibility — WCAG contrast
Aa
#38678f on white: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#38678f on black: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green40.4%
Blue56.1%
CMYK percentages
Cyan60.8%
Magenta28.0%
Yellow0.0%
Key (black)43.9%
Color previews
#38678f text on a black background
contrast 3.50:1
Card sample
#38678f text on a white background
contrast 5.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #38678f;
Background color
Panel with #38678f background
background-color: #38678f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #38678f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 103, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 103, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #38678f; background: linear-gradient(135deg, #38678f, #43388F);