#207c8b
a dark, vivid cyan · cool · closest name: teal
RGB
32, 124, 139
HSL
188°, 63%, 34%
CMYK
77, 11, 0, 46
Luminance
0.1659
Every format
| HEX | #207c8b |
| RGB | rgb(32, 124, 139) |
| HSL | hsl(188, 63%, 34%) |
| CMYK | cmyk(77%, 11%, 0%, 46%) |
| LAB | lab(47.7 -20.7 -15.7) |
| LCH | lch(47.7 26.0 217.2) |
| OKLCH | oklch(0.541 0.085 211.1) |
Copy-ready code
/* CSS */
color: #207c8b;
background-color: #207c8b;
/* Tailwind (arbitrary) */
class="text-[#207c8b] bg-[#207c8b]"
/* SCSS */
$brand: #207c8b;
/* SwiftUI */
Color(red: 0.125, green: 0.486, blue: 0.545)
/* Android */
Color.parseColor("#207c8b")Accessibility — WCAG contrast
Aa
#207c8b on white: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#207c8b on black: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green48.6%
Blue54.5%
CMYK percentages
Cyan77.0%
Magenta10.8%
Yellow0.0%
Key (black)45.5%
Color previews
#207c8b text on a black background
contrast 4.32:1
Card sample
#207c8b text on a white background
contrast 4.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #207c8b;
Background color
Panel with #207c8b background
background-color: #207c8b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #207c8b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 124, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 124, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #207c8b; background: linear-gradient(135deg, #207c8b, #20358B);