#369ba1
a dark, vivid cyan · cool · closest name: teal
RGB
54, 155, 161
HSL
183°, 50%, 42%
CMYK
67, 4, 0, 37
Luminance
0.2680
Every format
| HEX | #369ba1 |
| RGB | rgb(54, 155, 161) |
| HSL | hsl(183, 50%, 42%) |
| CMYK | cmyk(67%, 4%, 0%, 37%) |
| LAB | lab(58.8 -26.6 -11.7) |
| LCH | lch(58.8 29.0 203.7) |
| OKLCH | oklch(0.635 0.091 200.8) |
Copy-ready code
/* CSS */
color: #369ba1;
background-color: #369ba1;
/* Tailwind (arbitrary) */
class="text-[#369ba1] bg-[#369ba1]"
/* SCSS */
$brand: #369ba1;
/* SwiftUI */
Color(red: 0.212, green: 0.608, blue: 0.631)
/* Android */
Color.parseColor("#369ba1")Accessibility — WCAG contrast
Aa
#369ba1 on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#369ba1 on black: 6.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green60.8%
Blue63.1%
CMYK percentages
Cyan66.5%
Magenta3.7%
Yellow0.0%
Key (black)36.9%
Color previews
#369ba1 text on a black background
contrast 6.36:1
Card sample
#369ba1 text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #369ba1;
Background color
Panel with #369ba1 background
background-color: #369ba1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #369ba1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 155, 161, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 155, 161, 0.45);
Border & gradient
Gradient panel
border: 3px solid #369ba1; background: linear-gradient(135deg, #369ba1, #3654A1);