Teal
#145E6B
CyanColor Codes
All color formats for development
HEX
#145E6BRGB
rgb(20, 94, 107)HSL
hsl(189, 69%, 25%)OKLCH
oklch(0.445 0.071 212.5)CMYK
cmyk(81%, 12%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#125561
2#104C56
3#0E424B
4#0C3941
5#0A2F36
6#08262B
7#061C20
8#041316
9#02090B
Tints
Lighter variations
1#1A7B8C
2#2097AC
3#26B4CD
4#3DC4DB
5#5DCEE1
6#7ED7E7
7#9EE1ED
8#BEEBF3
9#DFF5F9
Tones
Muted variations
1#185B67
2#1D5863
3#21555F
4#25525A
5#2A4F56
6#2E4C51
7#33494D
8#374649
9#3B4344
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F6 #E1F6F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7EE #C7EEF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CE1 #9CE1ED | BordersInactive statesPlaceholder text |
| 400 | 68D1 #68D1E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DC4 #3DC4DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 23A6 #23A6BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C84 #1C8497 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 145F #145F6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D3D #0D3D45 | Primary textHigh emphasis contentDark headings |
| 950 | 0826 #08262B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FBFD;
--teal-100: #E1F6F9;
--teal-200: #C7EEF5;
--teal-300: #9CE1ED;
--teal-400: #68D1E3;
--teal-500: #3DC4DB;
--teal-600: #23A6BE;
--teal-700: #1C8497;
--teal-800: #145F6C;
--teal-900: #0D3D45;
--teal-950: #08262B;
}