Teal
#14596C
CyanColor Codes
All color formats for development
HEX
#14596CRGB
rgb(20, 89, 108)HSL
hsl(193, 69%, 25%)OKLCH
oklch(0.432 0.072 221)CMYK
cmyk(81%, 18%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#125061
2#104756
3#0E3E4B
4#0C3541
5#0A2C36
6#08232B
7#061B20
8#041216
9#02090B
Tints
Lighter variations
1#1A738C
2#208EAC
3#26A8CD
4#3DB9DB
5#5DC5E1
6#7ED0E7
7#9EDCED
8#BEE8F3
9#DFF3F9
Tones
Muted variations
1#185667
2#1D5463
3#21515F
4#254F5A
5#2A4C56
6#2E4A51
7#33474D
8#374549
9#3B4244
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F4 #E1F4F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7EB #C7EBF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CDB #9CDBED | BordersInactive statesPlaceholder text |
| 400 | 68C9 #68C9E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DB9 #3DB9DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 239C #239CBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C7C #1C7C97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1459 #14596C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D39 #0D3945 | Primary textHigh emphasis contentDark headings |
| 950 | 0823 #08232B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FAFD;
--teal-100: #E1F4F9;
--teal-200: #C7EBF5;
--teal-300: #9CDBED;
--teal-400: #68C9E3;
--teal-500: #3DB9DB;
--teal-600: #239CBE;
--teal-700: #1C7C97;
--teal-800: #14596C;
--teal-900: #0D3945;
--teal-950: #08232B;
}