Teal
#0D725E
CyanColor Codes
All color formats for development
HEX
#0D725ERGB
rgb(13, 114, 94)HSL
hsl(168, 80%, 25%)OKLCH
oklch(0.494 0.09 174.4)CMYK
cmyk(89%, 0%, 18%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B6755
2#0A5C4B
3#095042
4#084539
5#06392F
6#052E26
7#04221C
8#031713
9#010B09
Tints
Lighter variations
1#11957B
2#14B897
3#18DAB3
4#30E8C3
5#53ECCD
6#75F0D7
7#98F4E1
8#BAF7EB
9#DDFBF5
Tones
Muted variations
1#126E5B
2#176958
3#1C6355
4#215E52
5#26594F
6#2B544C
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 #C3F8EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3E1 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDD1 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CAA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A184 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D735E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #08493C | 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: #C3F8EE;
--teal-300: #95F3E1;
--teal-400: #5EEDD1;
--teal-500: #30E8C3;
--teal-600: #16CAA6;
--teal-700: #12A184;
--teal-800: #0D735E;
--teal-900: #08493C;
--teal-950: #052E26;
}