#187777
a dark, vivid cyan · cool · closest name: teal
RGB
24, 119, 119
HSL
180°, 66%, 28%
CMYK
80, 0, 0, 53
Luminance
0.1472
Every format
| HEX | #187777 |
| RGB | rgb(24, 119, 119) |
| HSL | hsl(180, 66%, 28%) |
| CMYK | cmyk(80%, 0%, 0%, 53%) |
| LAB | lab(45.3 -25.6 -7.6) |
| LCH | lch(45.3 26.7 196.6) |
| OKLCH | oklch(0.518 0.082 194.9) |
Copy-ready code
/* CSS */
color: #187777;
background-color: #187777;
/* Tailwind (arbitrary) */
class="text-[#187777] bg-[#187777]"
/* SCSS */
$brand: #187777;
/* SwiftUI */
Color(red: 0.094, green: 0.467, blue: 0.467)
/* Android */
Color.parseColor("#187777")Accessibility — WCAG contrast
Aa
#187777 on white: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#187777 on black: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green46.7%
Blue46.7%
CMYK percentages
Cyan79.8%
Magenta0.0%
Yellow0.0%
Key (black)53.3%
Color previews
#187777 text on a black background
contrast 3.94:1
Card sample
#187777 text on a white background
contrast 5.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #187777;
Background color
Panel with #187777 background
background-color: #187777;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #187777;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 119, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 119, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #187777; background: linear-gradient(135deg, #187777, #183877);