Teal
#0D6F72
CyanColor Codes
All color formats for development
HEX
#0D6F72RGB
rgb(13, 111, 114)HSL
hsl(182, 80%, 25%)OKLCH
oklch(0.493 0.081 198.3)CMYK
cmyk(89%, 3%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B6467
2#0A595C
3#094E50
4#084345
5#063839
6#052D2E
7#042122
8#031617
9#010B0B
Tints
Lighter variations
1#119195
2#14B2B8
3#18D4DA
4#30E2E8
5#53E7EC
6#75ECF0
7#98F0F4
8#BAF5F7
9#DDFAFB
Tones
Muted variations
1#126B6E
2#176669
3#1C6163
4#215C5E
5#265859
6#2B5354
7#304E4F
8#36494A
9#3B4545
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFA #DFFAFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F7 #C3F7F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F0 #95F0F3 | BordersInactive statesPlaceholder text |
| 400 | 5EE8 #5EE8ED | Disabled statesSecondary iconsMuted text |
| 500 | 30E2 #30E2E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16C4 #16C4CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 129C #129CA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D6F #0D6F73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0847 #084749 | Primary textHigh emphasis contentDark headings |
| 950 | 052D #052D2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFD;
--teal-100: #DFFAFB;
--teal-200: #C3F7F8;
--teal-300: #95F0F3;
--teal-400: #5EE8ED;
--teal-500: #30E2E8;
--teal-600: #16C4CA;
--teal-700: #129CA1;
--teal-800: #0D6F73;
--teal-900: #084749;
--teal-950: #052D2E;
}