Teal
#14686B
CyanColor Codes
All color formats for development
HEX
#14686BRGB
rgb(20, 104, 107)HSL
hsl(182, 69%, 25%)OKLCH
oklch(0.472 0.075 198.6)CMYK
cmyk(81%, 3%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#125E61
2#105456
3#0E494B
4#0C3F41
5#0A3436
6#082A2B
7#061F20
8#041516
9#020A0B
Tints
Lighter variations
1#1A888C
2#20A8AC
3#26C7CD
4#3DD6DB
5#5DDDE1
6#7EE4E7
7#9EEBED
8#BEF1F3
9#DFF8F9
Tones
Muted variations
1#186567
2#1D6163
3#215C5F
4#25585A
5#2A5456
6#2E5051
7#334C4D
8#374849
9#3B4444
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F3 #C7F3F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEA #9CEAED | BordersInactive statesPlaceholder text |
| 400 | 68DF #68DFE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DD6 #3DD6DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 23B8 #23B8BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C93 #1C9397 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1469 #14696C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D43 #0D4345 | Primary textHigh emphasis contentDark headings |
| 950 | 082A #082A2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFD;
--teal-100: #E1F9F9;
--teal-200: #C7F3F5;
--teal-300: #9CEAED;
--teal-400: #68DFE3;
--teal-500: #3DD6DB;
--teal-600: #23B8BE;
--teal-700: #1C9397;
--teal-800: #14696C;
--teal-900: #0D4345;
--teal-950: #082A2B;
}