Teal
#0D736E
CyanColor Codes
All color formats for development
HEX
#0D736ERGB
rgb(13, 115, 110)HSL
hsl(177, 80%, 25%)OKLCH
oklch(0.502 0.084 189.4)CMYK
cmyk(89%, 0%, 4%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B6763
2#0A5C58
3#09504D
4#084542
5#063937
6#052E2C
7#042221
8#031716
9#010B0B
Tints
Lighter variations
1#11958F
2#14B8AF
3#18DAD0
4#30E8DF
5#53ECE4
6#75F0EA
7#98F4EF
8#BAF7F4
9#DDFBFA
Tones
Muted variations
1#126E69
2#176964
3#1C6360
4#215E5B
5#265957
6#2B5452
7#304F4E
8#364A49
9#3B4544
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3EF | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDE6 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CAC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A19A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D736E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084946 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFD;
--teal-100: #DFFBFA;
--teal-200: #C3F8F6;
--teal-300: #95F3EF;
--teal-400: #5EEDE6;
--teal-500: #30E8DF;
--teal-600: #16CAC1;
--teal-700: #12A19A;
--teal-800: #0D736E;
--teal-900: #084946;
--teal-950: #052E2C;
}