Teal
#0D7260
CyanColor Codes
All color formats for development
HEX
#0D7260RGB
rgb(13, 114, 96)HSL
hsl(169, 80%, 25%)OKLCH
oklch(0.495 0.089 176.2)CMYK
cmyk(89%, 0%, 16%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B6756
2#0A5C4D
3#095043
4#08453A
5#063930
6#052E26
7#04221D
8#031713
9#010B0A
Tints
Lighter variations
1#11957D
2#14B89A
3#18DAB6
4#30E8C6
5#53ECD0
6#75F0D9
7#98F4E3
8#BAF7EC
9#DDFBF6
Tones
Muted variations
1#126E5D
2#17695A
3#1C6356
4#215E53
5#265950
6#2B544D
7#304F49
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 #DFFBF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3E2 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDD3 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CAA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A186 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7360 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #08493D | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFB;
--teal-100: #DFFBF6;
--teal-200: #C3F8EF;
--teal-300: #95F3E2;
--teal-400: #5EEDD3;
--teal-500: #30E8C6;
--teal-600: #16CAA9;
--teal-700: #12A186;
--teal-800: #0D7360;
--teal-900: #08493D;
--teal-950: #052E26;
}