#369abb
a balanced, vivid cyan · cool · closest name: steelblue
RGB
54, 154, 187
HSL
195°, 55%, 47%
CMYK
71, 18, 0, 27
Luminance
0.2748
Every format
| HEX | #369abb |
| RGB | rgb(54, 154, 187) |
| HSL | hsl(195, 55%, 47%) |
| CMYK | cmyk(71%, 18%, 0%, 27%) |
| LAB | lab(59.4 -17.9 -25.4) |
| LCH | lch(59.4 31.1 234.9) |
| OKLCH | oklch(0.643 0.102 224.0) |
Copy-ready code
/* CSS */
color: #369abb;
background-color: #369abb;
/* Tailwind (arbitrary) */
class="text-[#369abb] bg-[#369abb]"
/* SCSS */
$brand: #369abb;
/* SwiftUI */
Color(red: 0.212, green: 0.604, blue: 0.733)
/* Android */
Color.parseColor("#369abb")Accessibility — WCAG contrast
Aa
#369abb on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#369abb on black: 6.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green60.4%
Blue73.3%
CMYK percentages
Cyan71.1%
Magenta17.6%
Yellow0.0%
Key (black)26.7%
Color previews
#369abb text on a black background
contrast 6.50:1
Card sample
#369abb text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #369abb;
Background color
Panel with #369abb background
background-color: #369abb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #369abb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 154, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 154, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #369abb; background: linear-gradient(135deg, #369abb, #3641BB);