Teal
#0D736F
CyanColor Codes
All color formats for development
HEX
#0D736FRGB
rgb(13, 115, 111)HSL
hsl(178, 80%, 25%)OKLCH
oklch(0.503 0.084 190.5)CMYK
cmyk(89%, 0%, 3%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B6764
2#0A5C59
3#09504E
4#084543
5#063938
6#052E2D
7#042221
8#031716
9#010B0B
Tints
Lighter variations
1#119591
2#14B8B2
3#18DAD4
4#30E8E2
5#53ECE7
6#75F0EC
7#98F4F0
8#BAF7F5
9#DDFBFA
Tones
Muted variations
1#126E6B
2#176966
3#1C6361
4#215E5C
5#265958
6#2B5453
7#304F4E
8#364A49
9#3B4545
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 #C3F8F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3F0 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDE8 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CAC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A19C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D736F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084947 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFD;
--teal-100: #DFFBFA;
--teal-200: #C3F8F7;
--teal-300: #95F3F0;
--teal-400: #5EEDE8;
--teal-500: #30E8E2;
--teal-600: #16CAC4;
--teal-700: #12A19C;
--teal-800: #0D736F;
--teal-900: #084947;
--teal-950: #052E2D;
}