#369eb1
a balanced, vivid cyan · cool · closest name: teal
RGB
54, 158, 177
HSL
189°, 53%, 45%
CMYK
70, 11, 0, 31
Luminance
0.2841
Every format
| HEX | #369eb1 |
| RGB | rgb(54, 158, 177) |
| HSL | hsl(189, 53%, 45%) |
| CMYK | cmyk(70%, 11%, 0%, 31%) |
| LAB | lab(60.3 -23.2 -18.5) |
| LCH | lch(60.3 29.7 218.6) |
| OKLCH | oklch(0.648 0.097 212.2) |
Copy-ready code
/* CSS */
color: #369eb1;
background-color: #369eb1;
/* Tailwind (arbitrary) */
class="text-[#369eb1] bg-[#369eb1]"
/* SCSS */
$brand: #369eb1;
/* SwiftUI */
Color(red: 0.212, green: 0.620, blue: 0.694)
/* Android */
Color.parseColor("#369eb1")Accessibility — WCAG contrast
Aa
#369eb1 on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#369eb1 on black: 6.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green62.0%
Blue69.4%
CMYK percentages
Cyan69.5%
Magenta10.7%
Yellow0.0%
Key (black)30.6%
Color previews
#369eb1 text on a black background
contrast 6.68:1
Card sample
#369eb1 text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #369eb1;
Background color
Panel with #369eb1 background
background-color: #369eb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #369eb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 158, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 158, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #369eb1; background: linear-gradient(135deg, #369eb1, #364CB1);