Teal
#0D7373
CyanColor Codes
All color formats for development
HEX
#0D7373RGB
rgb(13, 115, 115)HSL
hsl(180, 80%, 25%)OKLCH
oklch(0.504 0.083 194.8)CMYK
cmyk(89%, 0%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B6767
2#0A5C5C
3#095050
4#084545
5#063939
6#052E2E
7#042222
8#031717
9#010B0B
Tints
Lighter variations
1#119595
2#14B8B8
3#18DADA
4#30E8E8
5#53ECEC
6#75F0F0
7#98F4F4
8#BAF7F7
9#DDFBFB
Tones
Muted variations
1#126E6E
2#176969
3#1C6363
4#215E5E
5#265959
6#2B5454
7#304F4F
8#364A4A
9#3B4545
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3F3 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDED | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CACA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A1A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7373 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084949 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFD;
--teal-100: #DFFBFB;
--teal-200: #C3F8F8;
--teal-300: #95F3F3;
--teal-400: #5EEDED;
--teal-500: #30E8E8;
--teal-600: #16CACA;
--teal-700: #12A1A1;
--teal-800: #0D7373;
--teal-900: #084949;
--teal-950: #052E2E;
}