#369eb4
a balanced, vivid cyan · cool · closest name: teal
RGB
54, 158, 180
HSL
191°, 54%, 46%
CMYK
70, 12, 0, 29
Luminance
0.2853
Every format
| HEX | #369eb4 |
| RGB | rgb(54, 158, 180) |
| HSL | hsl(191, 54%, 46%) |
| CMYK | cmyk(70%, 12%, 0%, 29%) |
| LAB | lab(60.4 -22.2 -20.0) |
| LCH | lch(60.4 29.9 222.0) |
| OKLCH | oklch(0.649 0.098 214.7) |
Copy-ready code
/* CSS */
color: #369eb4;
background-color: #369eb4;
/* Tailwind (arbitrary) */
class="text-[#369eb4] bg-[#369eb4]"
/* SCSS */
$brand: #369eb4;
/* SwiftUI */
Color(red: 0.212, green: 0.620, blue: 0.706)
/* Android */
Color.parseColor("#369eb4")Accessibility — WCAG contrast
Aa
#369eb4 on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#369eb4 on black: 6.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green62.0%
Blue70.6%
CMYK percentages
Cyan70.0%
Magenta12.2%
Yellow0.0%
Key (black)29.4%
Color previews
#369eb4 text on a black background
contrast 6.71:1
Card sample
#369eb4 text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #369eb4;
Background color
Panel with #369eb4 background
background-color: #369eb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #369eb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 158, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 158, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #369eb4; background: linear-gradient(135deg, #369eb4, #364AB4);