Teal
#0D7369
CyanColor Codes
All color formats for development
HEX
#0D7369RGB
rgb(13, 115, 105)HSL
hsl(174, 80%, 25%)OKLCH
oklch(0.501 0.086 184.1)CMYK
cmyk(89%, 0%, 9%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B675E
2#0A5C54
3#095049
4#08453F
5#063934
6#052E2A
7#04221F
8#031715
9#010B0A
Tints
Lighter variations
1#119588
2#14B8A7
3#18DAC7
4#30E8D6
5#53ECDD
6#75F0E3
7#98F4EA
8#BAF7F1
9#DDFBF8
Tones
Muted variations
1#126E64
2#176960
3#1C635C
4#215E58
5#265954
6#2B5450
7#304F4C
8#364A48
9#3B4544
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3EA | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDDF | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CAB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A192 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7369 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084943 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFC;
--teal-100: #DFFBF9;
--teal-200: #C3F8F3;
--teal-300: #95F3EA;
--teal-400: #5EEDDF;
--teal-500: #30E8D6;
--teal-600: #16CAB8;
--teal-700: #12A192;
--teal-800: #0D7369;
--teal-900: #084943;
--teal-950: #052E2A;
}