Teal
#189A8B
CyanColor Codes
All color formats for development
HEX
#189A8BRGB
rgb(24, 154, 139)HSL
hsl(173, 73%, 35%)OKLCH
oklch(0.618 0.106 182.5)CMYK
cmyk(84%, 0%, 10%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#168B7D
2#137C6F
3#116C61
4#0E5D54
5#0C4D46
6#0A3E38
7#072E2A
8#051F1C
9#020F0E
Tints
Lighter variations
1#1DB7A5
2#21D4BF
3#36E0CC
4#53E4D3
5#70E9DB
6#8CEDE2
7#A9F2E9
8#C6F6F0
9#E2FBF8
Tones
Muted variations
1#1F9486
2#258D81
3#2C877C
4#328077
5#397A72
6#3F736D
7#466D68
8#4C6663
9#53605E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFE5 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7D8 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0CC | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC2AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4740 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFC;
--teal-100: #E0FAF7;
--teal-200: #C6F6F0;
--teal-300: #9AEFE5;
--teal-400: #65E7D8;
--teal-500: #38E0CC;
--teal-600: #1EC2AF;
--teal-700: #189A8B;
--teal-800: #116E63;
--teal-900: #0B4740;
--teal-950: #072C28;
}