#188773
a dark, vivid cyan · cool · closest name: teal
RGB
24, 135, 115
HSL
169°, 70%, 31%
CMYK
82, 0, 15, 47
Luminance
0.1876
Every format
| HEX | #188773 |
| RGB | rgb(24, 135, 115) |
| HSL | hsl(169, 70%, 31%) |
| CMYK | cmyk(82%, 0%, 15%, 47%) |
| LAB | lab(50.4 -34.5 2.3) |
| LCH | lch(50.4 34.5 176.1) |
| OKLCH | oklch(0.560 0.098 176.7) |
Copy-ready code
/* CSS */
color: #188773;
background-color: #188773;
/* Tailwind (arbitrary) */
class="text-[#188773] bg-[#188773]"
/* SCSS */
$brand: #188773;
/* SwiftUI */
Color(red: 0.094, green: 0.529, blue: 0.451)
/* Android */
Color.parseColor("#188773")Accessibility — WCAG contrast
Aa
#188773 on white: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#188773 on black: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green52.9%
Blue45.1%
CMYK percentages
Cyan82.2%
Magenta0.0%
Yellow14.8%
Key (black)47.1%
Color previews
#188773 text on a black background
contrast 4.75:1
Card sample
#188773 text on a white background
contrast 4.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #188773;
Background color
Panel with #188773 background
background-color: #188773;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #188773;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 135, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 135, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #188773; background: linear-gradient(135deg, #188773, #185187);