Teal
#0D736C
CyanColor Codes
All color formats for development
HEX
#0D736CRGB
rgb(13, 115, 108)HSL
hsl(176, 80%, 25%)OKLCH
oklch(0.502 0.085 187.3)CMYK
cmyk(89%, 0%, 6%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B6761
2#0A5C56
3#09504C
4#084541
5#063936
6#052E2B
7#042220
8#031716
9#010B0B
Tints
Lighter variations
1#11958C
2#14B8AD
3#18DACD
4#30E8DC
5#53ECE2
6#75F0E8
7#98F4ED
8#BAF7F3
9#DDFBF9
Tones
Muted variations
1#126E68
2#176963
3#1C635F
4#215E5A
5#265956
6#2B5451
7#304F4D
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 #C3F8F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3ED | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDE4 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8DC | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CABE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A197 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D736C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084945 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFD;
--teal-100: #DFFBFA;
--teal-200: #C3F8F5;
--teal-300: #95F3ED;
--teal-400: #5EEDE4;
--teal-500: #30E8DC;
--teal-600: #16CABE;
--teal-700: #12A197;
--teal-800: #0D736C;
--teal-900: #084945;
--teal-950: #052E2B;
}