#398dbf
a balanced, vivid blue · cool · closest name: steelblue
RGB
57, 141, 191
HSL
202°, 54%, 49%
CMYK
70, 26, 0, 25
Luminance
0.2368
Every format
| HEX | #398dbf |
| RGB | rgb(57, 141, 191) |
| HSL | hsl(202, 54%, 49%) |
| CMYK | cmyk(70%, 26%, 0%, 25%) |
| LAB | lab(55.8 -8.9 -33.4) |
| LCH | lch(55.8 34.5 255.0) |
| OKLCH | oklch(0.614 0.110 238.5) |
Copy-ready code
/* CSS */
color: #398dbf;
background-color: #398dbf;
/* Tailwind (arbitrary) */
class="text-[#398dbf] bg-[#398dbf]"
/* SCSS */
$brand: #398dbf;
/* SwiftUI */
Color(red: 0.224, green: 0.553, blue: 0.749)
/* Android */
Color.parseColor("#398dbf")Accessibility — WCAG contrast
Aa
#398dbf on white: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#398dbf on black: 5.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green55.3%
Blue74.9%
CMYK percentages
Cyan70.2%
Magenta26.2%
Yellow0.0%
Key (black)25.1%
Color previews
#398dbf text on a black background
contrast 5.74:1
Card sample
#398dbf text on a white background
contrast 3.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #398dbf;
Background color
Panel with #398dbf background
background-color: #398dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #398dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 141, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 141, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #398dbf; background: linear-gradient(135deg, #398dbf, #3E39BF);