Teal
#0F7171
CyanColor Codes
All color formats for development
HEX
#0F7171RGB
rgb(15, 113, 113)HSL
hsl(180, 77%, 25%)OKLCH
oklch(0.498 0.082 194.9)CMYK
cmyk(87%, 0%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D6666
2#0C5A5A
3#0A4F4F
4#094444
5#073838
6#062D2D
7#042222
8#031717
9#010B0B
Tints
Lighter variations
1#139393
2#17B5B5
3#1CD6D6
4#34E5E5
5#56E9E9
6#78EDED
7#99F2F2
8#BBF6F6
9#DDFBFB
Tones
Muted variations
1#146C6C
2#186767
3#1D6262
4#225D5D
5#275858
6#2C5353
7#314E4E
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 | C4F7 #C4F7F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2F2 | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EAEA | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E5E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC7C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E9E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F7171 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #094848 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFD;
--teal-100: #DFFBFB;
--teal-200: #C4F7F7;
--teal-300: #97F2F2;
--teal-400: #61EAEA;
--teal-500: #34E5E5;
--teal-600: #1AC7C7;
--teal-700: #159E9E;
--teal-800: #0F7171;
--teal-900: #094848;
--teal-950: #062D2D;
}