#369eac
a dark, vivid cyan · cool · closest name: teal
RGB
54, 158, 172
HSL
187°, 52%, 44%
CMYK
69, 8, 0, 33
Luminance
0.2822
Every format
| HEX | #369eac |
| RGB | rgb(54, 158, 172) |
| HSL | hsl(187, 52%, 44%) |
| CMYK | cmyk(69%, 8%, 0%, 33%) |
| LAB | lab(60.1 -24.8 -16.0) |
| LCH | lch(60.1 29.4 212.8) |
| OKLCH | oklch(0.646 0.095 207.9) |
Copy-ready code
/* CSS */
color: #369eac;
background-color: #369eac;
/* Tailwind (arbitrary) */
class="text-[#369eac] bg-[#369eac]"
/* SCSS */
$brand: #369eac;
/* SwiftUI */
Color(red: 0.212, green: 0.620, blue: 0.675)
/* Android */
Color.parseColor("#369eac")Accessibility — WCAG contrast
Aa
#369eac on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#369eac on black: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green62.0%
Blue67.5%
CMYK percentages
Cyan68.6%
Magenta8.1%
Yellow0.0%
Key (black)32.5%
Color previews
#369eac text on a black background
contrast 6.64:1
Card sample
#369eac text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #369eac;
Background color
Panel with #369eac background
background-color: #369eac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #369eac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 158, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 158, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #369eac; background: linear-gradient(135deg, #369eac, #364FAC);