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