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