#369ba6
a dark, vivid cyan · cool · closest name: teal
RGB
54, 155, 166
HSL
186°, 51%, 43%
CMYK
68, 7, 0, 35
Luminance
0.2698
Every format
| HEX | #369ba6 |
| RGB | rgb(54, 155, 166) |
| HSL | hsl(186, 51%, 43%) |
| CMYK | cmyk(68%, 7%, 0%, 35%) |
| LAB | lab(59.0 -25.1 -14.3) |
| LCH | lch(59.0 28.9 209.6) |
| OKLCH | oklch(0.636 0.092 205.4) |
Copy-ready code
/* CSS */
color: #369ba6;
background-color: #369ba6;
/* Tailwind (arbitrary) */
class="text-[#369ba6] bg-[#369ba6]"
/* SCSS */
$brand: #369ba6;
/* SwiftUI */
Color(red: 0.212, green: 0.608, blue: 0.651)
/* Android */
Color.parseColor("#369ba6")Accessibility — WCAG contrast
Aa
#369ba6 on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#369ba6 on black: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green60.8%
Blue65.1%
CMYK percentages
Cyan67.5%
Magenta6.6%
Yellow0.0%
Key (black)34.9%
Color previews
#369ba6 text on a black background
contrast 6.40:1
Card sample
#369ba6 text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #369ba6;
Background color
Panel with #369ba6 background
background-color: #369ba6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #369ba6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 155, 166, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 155, 166, 0.45);
Border & gradient
Gradient panel
border: 3px solid #369ba6; background: linear-gradient(135deg, #369ba6, #3650A6);