Teal
#14889F
CyanColor Codes
All color formats for development
HEX
#14889FRGB
rgb(20, 136, 159)HSL
hsl(190, 78%, 35%)OKLCH
oklch(0.579 0.099 215.9)CMYK
cmyk(87%, 14%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#127A8F
2#106D7F
3#0E5F6F
4#0C515F
5#0A444F
6#083640
7#062930
8#041B20
9#020E10
Tints
Lighter variations
1#17A1BC
2#1BBADA
3#30C7E5
4#4ECFE9
5#6BD7ED
6#89DFF0
7#A6E7F4
8#C4EFF8
9#E1F7FB
Tones
Muted variations
1#1B8398
2#227E91
3#297A8A
4#2F7583
5#36707C
6#3D6C75
7#44676E
8#4B6367
9#525E60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF6 #DFF6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4EF #C4EFF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97E3 #97E3F2 | BordersInactive statesPlaceholder text |
| 400 | 60D4 #60D4EB | Disabled statesSecondary iconsMuted text |
| 500 | 33C8 #33C8E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19AB #19ABC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1488 #14889F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E61 #0E6171 | Text on light backgroundsHeadingsStrong borders |
| 900 | 093E #093E49 | Primary textHigh emphasis contentDark headings |
| 950 | 0627 #06272D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FBFD;
--teal-100: #DFF6FB;
--teal-200: #C4EFF8;
--teal-300: #97E3F2;
--teal-400: #60D4EB;
--teal-500: #33C8E6;
--teal-600: #19ABC8;
--teal-700: #14889F;
--teal-800: #0E6171;
--teal-900: #093E49;
--teal-950: #06272D;
}