Teal
#0D7270
CyanColor Codes
All color formats for development
HEX
#0D7270RGB
rgb(13, 114, 112)HSL
hsl(179, 80%, 25%)OKLCH
oklch(0.5 0.083 192.6)CMYK
cmyk(89%, 0%, 2%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B6766
2#0A5C5A
3#09504F
4#084544
5#063939
6#052E2D
7#042222
8#031717
9#010B0B
Tints
Lighter variations
1#119593
2#14B8B5
3#18DAD7
4#30E8E5
5#53ECE9
6#75F0EE
7#98F4F2
8#BAF7F6
9#DDFBFB
Tones
Muted variations
1#126E6C
2#176967
3#1C6362
4#215E5D
5#265958
6#2B5453
7#304F4F
8#364A4A
9#3B4545
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3F2 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDEB | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CAC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A19E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7371 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084948 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFD;
--teal-100: #DFFBFB;
--teal-200: #C3F8F7;
--teal-300: #95F3F2;
--teal-400: #5EEDEB;
--teal-500: #30E8E5;
--teal-600: #16CAC7;
--teal-700: #12A19E;
--teal-800: #0D7371;
--teal-900: #084948;
--teal-950: #052E2D;
}