#369ab5
a balanced, vivid cyan · cool · closest name: steelblue
RGB
54, 154, 181
HSL
193°, 54%, 46%
CMYK
70, 15, 0, 29
Luminance
0.2723
Every format
| HEX | #369ab5 |
| RGB | rgb(54, 154, 181) |
| HSL | hsl(193, 54%, 46%) |
| CMYK | cmyk(70%, 15%, 0%, 29%) |
| LAB | lab(59.2 -19.8 -22.4) |
| LCH | lch(59.2 29.9 228.5) |
| OKLCH | oklch(0.640 0.098 219.4) |
Copy-ready code
/* CSS */
color: #369ab5;
background-color: #369ab5;
/* Tailwind (arbitrary) */
class="text-[#369ab5] bg-[#369ab5]"
/* SCSS */
$brand: #369ab5;
/* SwiftUI */
Color(red: 0.212, green: 0.604, blue: 0.710)
/* Android */
Color.parseColor("#369ab5")Accessibility — WCAG contrast
Aa
#369ab5 on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#369ab5 on black: 6.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green60.4%
Blue71.0%
CMYK percentages
Cyan70.2%
Magenta14.9%
Yellow0.0%
Key (black)29.0%
Color previews
#369ab5 text on a black background
contrast 6.45:1
Card sample
#369ab5 text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #369ab5;
Background color
Panel with #369ab5 background
background-color: #369ab5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #369ab5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 154, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 154, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #369ab5; background: linear-gradient(135deg, #369ab5, #3645B5);