Teal
#0D736A
CyanColor Codes
All color formats for development
HEX
#0D736ARGB
rgb(13, 115, 106)HSL
hsl(175, 80%, 25%)OKLCH
oklch(0.501 0.085 185.2)CMYK
cmyk(89%, 0%, 8%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B6760
2#0A5C55
3#09504A
4#084540
5#063935
6#052E2B
7#042220
8#031715
9#010B0B
Tints
Lighter variations
1#11958A
2#14B8AA
3#18DACA
4#30E8D9
5#53ECDF
6#75F0E6
7#98F4EC
8#BAF7F2
9#DDFBF9
Tones
Muted variations
1#126E66
2#176962
3#1C635E
4#215E59
5#265955
6#2B5451
7#304F4D
8#364A48
9#3B4544
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3EB | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDE1 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CABB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A195 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D736A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084944 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFC;
--teal-100: #DFFBF9;
--teal-200: #C3F8F4;
--teal-300: #95F3EB;
--teal-400: #5EEDE1;
--teal-500: #30E8D9;
--teal-600: #16CABB;
--teal-700: #12A195;
--teal-800: #0D736A;
--teal-900: #084944;
--teal-950: #052E2A;
}