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