Teal
#0D7362
CyanColor Codes
All color formats for development
HEX
#0D7362RGB
rgb(13, 115, 98)HSL
hsl(170, 80%, 25%)OKLCH
oklch(0.498 0.089 177.3)CMYK
cmyk(89%, 0%, 15%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B6758
2#0A5C4E
3#095044
4#08453B
5#063931
6#052E27
7#04221D
8#031714
9#010B0A
Tints
Lighter variations
1#11957F
2#14B89C
3#18DABA
4#30E8C9
5#53ECD2
6#75F0DB
7#98F4E4
8#BAF7ED
9#DDFBF6
Tones
Muted variations
1#126E5E
2#17695B
3#1C6358
4#215E54
5#265951
6#2B544D
7#304F4A
8#364A47
9#3B4543
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3E4 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDD5 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CAAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A189 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7362 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #08493F | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFB;
--teal-100: #DFFBF7;
--teal-200: #C3F8F0;
--teal-300: #95F3E4;
--teal-400: #5EEDD5;
--teal-500: #30E8C9;
--teal-600: #16CAAC;
--teal-700: #12A189;
--teal-800: #0D7362;
--teal-900: #08493F;
--teal-950: #052E27;
}