Teal
#14919F
CyanColor Codes
All color formats for development
HEX
#14919FRGB
rgb(20, 145, 159)HSL
hsl(186, 78%, 35%)OKLCH
oklch(0.602 0.1 207.2)CMYK
cmyk(87%, 9%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#12828F
2#10747F
3#0E656F
4#0C575F
5#0A484F
6#083A40
7#062B30
8#041D20
9#020E10
Tints
Lighter variations
1#17ACBC
2#1BC7DA
3#30D3E5
4#4EDAE9
5#6BE0ED
6#89E6F0
7#A6ECF4
8#C4F3F8
9#E1F9FB
Tones
Muted variations
1#1B8B98
2#228691
3#29808A
4#2F7B83
5#36757C
6#3D7075
7#446A6E
8#4B6467
9#525F60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF8 #DFF8FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F3 #C4F3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97E9 #97E9F2 | BordersInactive statesPlaceholder text |
| 400 | 60DD #60DDEB | Disabled statesSecondary iconsMuted text |
| 500 | 33D4 #33D4E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19B6 #19B6C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1491 #14919F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E68 #0E6871 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0942 #094249 | Primary textHigh emphasis contentDark headings |
| 950 | 0629 #06292D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FCFD;
--teal-100: #DFF8FB;
--teal-200: #C4F3F8;
--teal-300: #97E9F2;
--teal-400: #60DDEB;
--teal-500: #33D4E6;
--teal-600: #19B6C8;
--teal-700: #14919F;
--teal-800: #0E6871;
--teal-900: #094249;
--teal-950: #06292D;
}