Teal
#0F716E
CyanColor Codes
All color formats for development
HEX
#0F716ERGB
rgb(15, 113, 110)HSL
hsl(178, 77%, 25%)OKLCH
oklch(0.497 0.082 191.5)CMYK
cmyk(87%, 0%, 3%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D6663
2#0C5A58
3#0A4F4D
4#094442
5#073837
6#062D2C
7#042221
8#031716
9#010B0B
Tints
Lighter variations
1#13938E
2#17B5AF
3#1CD6D0
4#34E5DF
5#56E9E4
6#78EDE9
7#99F2EF
8#BBF6F4
9#DDFBFA
Tones
Muted variations
1#146C69
2#186764
3#1D6260
4#225D5B
5#275857
6#2C5352
7#314E4D
8#364A49
9#3B4544
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2EE | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EAE6 | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E5DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC7C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E99 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F716E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #094846 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFD;
--teal-100: #DFFBFA;
--teal-200: #C4F7F6;
--teal-300: #97F2EE;
--teal-400: #61EAE6;
--teal-500: #34E5DF;
--teal-600: #1AC7C1;
--teal-700: #159E99;
--teal-800: #0F716E;
--teal-900: #094846;
--teal-950: #062D2C;
}