Teal
#14939F
CyanColor Codes
All color formats for development
HEX
#14939FRGB
rgb(20, 147, 159)HSL
hsl(185, 78%, 35%)OKLCH
oklch(0.607 0.1 205.4)CMYK
cmyk(87%, 8%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#12858F
2#10767F
3#0E676F
4#0C585F
5#0A4A4F
6#083B40
7#062C30
8#041D20
9#020F10
Tints
Lighter variations
1#17AFBC
2#1BCADA
3#30D6E5
4#4EDCE9
5#6BE2ED
6#89E8F0
7#A6EEF4
8#C4F3F8
9#E1F9FB
Tones
Muted variations
1#1B8D98
2#228891
3#29828A
4#2F7C83
5#36767C
6#3D7075
7#446B6E
8#4B6567
9#525F60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF9 #DFF9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F3 #C4F3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97EA #97EAF2 | BordersInactive statesPlaceholder text |
| 400 | 60E0 #60E0EB | Disabled statesSecondary iconsMuted text |
| 500 | 33D7 #33D7E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19B9 #19B9C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1493 #14939F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E69 #0E6971 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0943 #094349 | Primary textHigh emphasis contentDark headings |
| 950 | 062A #062A2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FCFD;
--teal-100: #DFF9FB;
--teal-200: #C4F3F8;
--teal-300: #97EAF2;
--teal-400: #60E0EB;
--teal-500: #33D7E6;
--teal-600: #19B9C8;
--teal-700: #14939F;
--teal-800: #0E6971;
--teal-900: #094349;
--teal-950: #062A2D;
}