#369fdf
a balanced, vivid blue · cool · closest name: steelblue
RGB
54, 159, 223
HSL
203°, 73%, 54%
CMYK
76, 29, 0, 13
Luminance
0.3091
Every format
| HEX | #369fdf |
| RGB | rgb(54, 159, 223) |
| HSL | hsl(203, 73%, 54%) |
| CMYK | cmyk(76%, 29%, 0%, 13%) |
| LAB | lab(62.4 -8.4 -40.9) |
| LCH | lch(62.4 41.7 258.4) |
| OKLCH | oklch(0.672 0.133 240.3) |
Copy-ready code
/* CSS */
color: #369fdf;
background-color: #369fdf;
/* Tailwind (arbitrary) */
class="text-[#369fdf] bg-[#369fdf]"
/* SCSS */
$brand: #369fdf;
/* SwiftUI */
Color(red: 0.212, green: 0.624, blue: 0.875)
/* Android */
Color.parseColor("#369fdf")Accessibility — WCAG contrast
Aa
#369fdf on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#369fdf on black: 7.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green62.4%
Blue87.5%
CMYK percentages
Cyan75.8%
Magenta28.7%
Yellow0.0%
Key (black)12.5%
Color previews
#369fdf text on a black background
contrast 7.18:1
Card sample
#369fdf text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #369fdf;
Background color
Panel with #369fdf background
background-color: #369fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #369fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 159, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 159, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #369fdf; background: linear-gradient(135deg, #369fdf, #3E36DF);