Teal
#0D735D
CyanColor Codes
All color formats for development
HEX
#0D735DRGB
rgb(13, 115, 93)HSL
hsl(167, 80%, 25%)OKLCH
oklch(0.497 0.092 172.8)CMYK
cmyk(89%, 0%, 19%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B6753
2#0A5C4A
3#095041
4#084538
5#06392E
6#052E25
7#04221C
8#031713
9#010B09
Tints
Lighter variations
1#119578
2#14B894
3#18DAB0
4#30E8C0
5#53ECCB
6#75F0D5
7#98F4E0
8#BAF7EA
9#DDFBF5
Tones
Muted variations
1#126E5A
2#176957
3#1C6354
4#215E51
5#26594E
6#2B544B
7#304F48
8#364A46
9#3B4543
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3DF | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDCE | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CAA3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A182 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D735D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #08493B | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFB;
--teal-100: #DFFBF5;
--teal-200: #C3F8ED;
--teal-300: #95F3DF;
--teal-400: #5EEDCE;
--teal-500: #30E8C0;
--teal-600: #16CAA3;
--teal-700: #12A182;
--teal-800: #0D735D;
--teal-900: #08493B;
--teal-950: #052E25;
}