Teal
#0D7365
CyanColor Codes
All color formats for development
HEX
#0D7365RGB
rgb(13, 115, 101)HSL
hsl(172, 80%, 25%)OKLCH
oklch(0.499 0.087 180.1)CMYK
cmyk(89%, 0%, 12%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B675B
2#0A5C51
3#095047
4#08453D
5#063933
6#052E28
7#04221E
8#031714
9#010B0A
Tints
Lighter variations
1#119583
2#14B8A2
3#18DAC0
4#30E8D0
5#53ECD7
6#75F0DF
7#98F4E7
8#BAF7EF
9#DDFBF7
Tones
Muted variations
1#126E61
2#17695E
3#1C635A
4#215E56
5#265952
6#2B544F
7#304F4B
8#364A47
9#3B4543
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3E7 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDDA | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CAB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A18E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7365 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084941 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFC;
--teal-100: #DFFBF8;
--teal-200: #C3F8F1;
--teal-300: #95F3E7;
--teal-400: #5EEDDA;
--teal-500: #30E8D0;
--teal-600: #16CAB2;
--teal-700: #12A18E;
--teal-800: #0D7365;
--teal-900: #084941;
--teal-950: #052E28;
}