#369eaf
a dark, vivid cyan · cool · closest name: teal
RGB
54, 158, 175
HSL
188°, 53%, 45%
CMYK
69, 10, 0, 31
Luminance
0.2833
Every format
| HEX | #369eaf |
| RGB | rgb(54, 158, 175) |
| HSL | hsl(188, 53%, 45%) |
| CMYK | cmyk(69%, 10%, 0%, 31%) |
| LAB | lab(60.2 -23.8 -17.5) |
| LCH | lch(60.2 29.6 216.3) |
| OKLCH | oklch(0.647 0.096 210.5) |
Copy-ready code
/* CSS */
color: #369eaf;
background-color: #369eaf;
/* Tailwind (arbitrary) */
class="text-[#369eaf] bg-[#369eaf]"
/* SCSS */
$brand: #369eaf;
/* SwiftUI */
Color(red: 0.212, green: 0.620, blue: 0.686)
/* Android */
Color.parseColor("#369eaf")Accessibility — WCAG contrast
Aa
#369eaf on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#369eaf on black: 6.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green62.0%
Blue68.6%
CMYK percentages
Cyan69.1%
Magenta9.7%
Yellow0.0%
Key (black)31.4%
Color previews
#369eaf text on a black background
contrast 6.67:1
Card sample
#369eaf text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #369eaf;
Background color
Panel with #369eaf background
background-color: #369eaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #369eaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 158, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 158, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #369eaf; background: linear-gradient(135deg, #369eaf, #364DAF);