Teal
#145A6C
CyanColor Codes
All color formats for development
HEX
#145A6CRGB
rgb(20, 90, 108)HSL
hsl(192, 69%, 25%)OKLCH
oklch(0.435 0.072 219.6)CMYK
cmyk(81%, 17%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#125161
2#104856
3#0E3F4B
4#0C3641
5#0A2D36
6#08242B
7#061B20
8#041216
9#02090B
Tints
Lighter variations
1#1A758C
2#2090AC
3#26ABCD
4#3DBCDB
5#5DC7E1
6#7ED2E7
7#9EDDED
8#BEE9F3
9#DFF4F9
Tones
Muted variations
1#185867
2#1D5563
3#21525F
4#25505A
5#2A4D56
6#2E4A51
7#33484D
8#374549
9#3B4244
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F5 #E1F5F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7EC #C7ECF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CDD #9CDDED | BordersInactive statesPlaceholder text |
| 400 | 68CB #68CBE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DBC #3DBCDB | Primary brand colorCTAsActive elementsLinks |
| 600 | 239F #239FBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C7E #1C7E97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 145A #145A6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D3A #0D3A45 | Primary textHigh emphasis contentDark headings |
| 950 | 0824 #08242B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FBFD;
--teal-100: #E1F5F9;
--teal-200: #C7ECF5;
--teal-300: #9CDDED;
--teal-400: #68CBE3;
--teal-500: #3DBCDB;
--teal-600: #239FBE;
--teal-700: #1C7E97;
--teal-800: #145A6C;
--teal-900: #0D3A45;
--teal-950: #08242B;
}