Teal
#0D7367
CyanColor Codes
All color formats for development
HEX
#0D7367RGB
rgb(13, 115, 103)HSL
hsl(173, 80%, 25%)OKLCH
oklch(0.5 0.086 182.1)CMYK
cmyk(89%, 0%, 10%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B675D
2#0A5C52
3#095048
4#08453E
5#063933
6#052E29
7#04221F
8#031715
9#010B0A
Tints
Lighter variations
1#119586
2#14B8A5
3#18DAC3
4#30E8D3
5#53ECDA
6#75F0E1
7#98F4E9
8#BAF7F0
9#DDFBF8
Tones
Muted variations
1#126E63
2#17695F
3#1C635B
4#215E57
5#265953
6#2B544F
7#304F4B
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 #DFFBF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3E8 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDDC | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8D3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CAB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A190 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7367 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084942 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFC;
--teal-100: #DFFBF8;
--teal-200: #C3F8F2;
--teal-300: #95F3E8;
--teal-400: #5EEDDC;
--teal-500: #30E8D3;
--teal-600: #16CAB5;
--teal-700: #12A190;
--teal-800: #0D7367;
--teal-900: #084942;
--teal-950: #052E29;
}