#369fd0
a balanced, vivid cyan · cool · closest name: steelblue
RGB
54, 159, 208
HSL
199°, 62%, 51%
CMYK
74, 24, 0, 18
Luminance
0.3013
Every format
| HEX | #369fd0 |
| RGB | rgb(54, 159, 208) |
| HSL | hsl(199, 62%, 51%) |
| CMYK | cmyk(74%, 24%, 0%, 18%) |
| LAB | lab(61.8 -13.6 -33.6) |
| LCH | lch(61.8 36.2 248.0) |
| OKLCH | oklch(0.664 0.118 233.1) |
Copy-ready code
/* CSS */
color: #369fd0;
background-color: #369fd0;
/* Tailwind (arbitrary) */
class="text-[#369fd0] bg-[#369fd0]"
/* SCSS */
$brand: #369fd0;
/* SwiftUI */
Color(red: 0.212, green: 0.624, blue: 0.816)
/* Android */
Color.parseColor("#369fd0")Accessibility — WCAG contrast
Aa
#369fd0 on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#369fd0 on black: 7.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green62.4%
Blue81.6%
CMYK percentages
Cyan74.0%
Magenta23.6%
Yellow0.0%
Key (black)18.4%
Color previews
#369fd0 text on a black background
contrast 7.03:1
Card sample
#369fd0 text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #369fd0;
Background color
Panel with #369fd0 background
background-color: #369fd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #369fd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 159, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 159, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #369fd0; background: linear-gradient(135deg, #369fd0, #3638D0);