Teal
#145D6B
CyanColor Codes
All color formats for development
HEX
#145D6BRGB
rgb(20, 93, 107)HSL
hsl(190, 69%, 25%)OKLCH
oklch(0.442 0.071 213.9)CMYK
cmyk(81%, 13%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#125461
2#104A56
3#0E414B
4#0C3841
5#0A2F36
6#08252B
7#061C20
8#041316
9#02090B
Tints
Lighter variations
1#1A798C
2#2095AC
3#26B1CD
4#3DC1DB
5#5DCBE1
6#7ED6E7
7#9EE0ED
8#BEEAF3
9#DFF5F9
Tones
Muted variations
1#185A67
2#1D5763
3#21545F
4#25515A
5#2A4E56
6#2E4B51
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 | E1F5 #E1F5F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7ED #C7EDF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CDF #9CDFED | BordersInactive statesPlaceholder text |
| 400 | 68CF #68CFE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DC1 #3DC1DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 23A4 #23A4BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C82 #1C8297 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 145D #145D6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D3C #0D3C45 | Primary textHigh emphasis contentDark headings |
| 950 | 0825 #08252B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FBFD;
--teal-100: #E1F5F9;
--teal-200: #C7EDF5;
--teal-300: #9CDFED;
--teal-400: #68CFE3;
--teal-500: #3DC1DB;
--teal-600: #23A4BE;
--teal-700: #1C8297;
--teal-800: #145D6C;
--teal-900: #0D3C45;
--teal-950: #08252B;
}