Teal
#187E9A
CyanColor Codes
All color formats for development
HEX
#187E9ARGB
rgb(24, 126, 154)HSL
hsl(193, 73%, 35%)OKLCH
oklch(0.552 0.096 222)CMYK
cmyk(84%, 18%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16728B
2#13657C
3#11586C
4#0E4C5D
5#0C3F4D
6#0A323E
7#07262E
8#05191F
9#020D0F
Tints
Lighter variations
1#1D96B7
2#21ADD4
3#36BBE0
4#53C5E4
5#70CEE9
6#8CD8ED
7#A9E2F2
8#C6ECF6
9#E2F5FB
Tones
Muted variations
1#1F7A94
2#25778D
3#2C7387
4#326F80
5#396C7A
6#3F6873
7#46646D
8#4C6166
9#535D60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F5 #E0F5FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6EC #C6ECF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ADD #9ADDEF | BordersInactive statesPlaceholder text |
| 400 | 65CB #65CBE7 | Disabled statesSecondary iconsMuted text |
| 500 | 38BC #38BCE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E9F #1E9FC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 187E #187E9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 115A #115A6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B3A #0B3A47 | Primary textHigh emphasis contentDark headings |
| 950 | 0724 #07242C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FBFD;
--teal-100: #E0F5FA;
--teal-200: #C6ECF6;
--teal-300: #9ADDEF;
--teal-400: #65CBE7;
--teal-500: #38BCE0;
--teal-600: #1E9FC2;
--teal-700: #187E9A;
--teal-800: #115A6E;
--teal-900: #0B3A47;
--teal-950: #07242C;
}