#369cb6
a balanced, vivid cyan · cool · closest name: teal
RGB
54, 156, 182
HSL
192°, 54%, 46%
CMYK
70, 14, 0, 29
Luminance
0.2794
Every format
| HEX | #369cb6 |
| RGB | rgb(54, 156, 182) |
| HSL | hsl(192, 54%, 46%) |
| CMYK | cmyk(70%, 14%, 0%, 29%) |
| LAB | lab(59.8 -20.6 -22.0) |
| LCH | lch(59.8 30.1 226.9) |
| OKLCH | oklch(0.645 0.099 218.3) |
Copy-ready code
/* CSS */
color: #369cb6;
background-color: #369cb6;
/* Tailwind (arbitrary) */
class="text-[#369cb6] bg-[#369cb6]"
/* SCSS */
$brand: #369cb6;
/* SwiftUI */
Color(red: 0.212, green: 0.612, blue: 0.714)
/* Android */
Color.parseColor("#369cb6")Accessibility — WCAG contrast
Aa
#369cb6 on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#369cb6 on black: 6.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green61.2%
Blue71.4%
CMYK percentages
Cyan70.3%
Magenta14.3%
Yellow0.0%
Key (black)28.6%
Color previews
#369cb6 text on a black background
contrast 6.59:1
Card sample
#369cb6 text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #369cb6;
Background color
Panel with #369cb6 background
background-color: #369cb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #369cb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 156, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 156, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #369cb6; background: linear-gradient(135deg, #369cb6, #3647B6);