Teal
#187C9A
CyanColor Codes
All color formats for development
HEX
#187C9ARGB
rgb(24, 124, 154)HSL
hsl(194, 73%, 35%)OKLCH
oklch(0.547 0.096 224)CMYK
cmyk(84%, 19%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16708B
2#13637C
3#11576C
4#0E4A5D
5#0C3E4D
6#0A323E
7#07252E
8#05191F
9#020C0F
Tints
Lighter variations
1#1D93B7
2#21AAD4
3#36B8E0
4#53C2E4
5#70CCE9
6#8CD7ED
7#A9E1F2
8#C6EBF6
9#E2F5FB
Tones
Muted variations
1#1F7994
2#25758D
3#2C7287
4#326E80
5#396B7A
6#3F6773
7#46646D
8#4C6066
9#535D60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F4 #E0F4FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6EB #C6EBF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ADB #9ADBEF | BordersInactive statesPlaceholder text |
| 400 | 65C8 #65C8E7 | Disabled statesSecondary iconsMuted text |
| 500 | 38B9 #38B9E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E9C #1E9CC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 187C #187C9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1159 #11596E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B39 #0B3947 | Primary textHigh emphasis contentDark headings |
| 950 | 0723 #07232C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FAFD;
--teal-100: #E0F4FA;
--teal-200: #C6EBF6;
--teal-300: #9ADBEF;
--teal-400: #65C8E7;
--teal-500: #38B9E0;
--teal-600: #1E9CC2;
--teal-700: #187C9A;
--teal-800: #11596E;
--teal-900: #0B3947;
--teal-950: #07232C;
}