Teal
#0F716A
CyanColor Codes
All color formats for development
HEX
#0F716ARGB
rgb(15, 113, 106)HSL
hsl(176, 77%, 25%)OKLCH
oklch(0.496 0.083 187.1)CMYK
cmyk(87%, 0%, 6%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D6660
2#0C5A55
3#0A4F4A
4#094440
5#073835
6#062D2B
7#042220
8#031715
9#010B0B
Tints
Lighter variations
1#13938A
2#17B5AA
3#1CD6CA
4#34E5D9
5#56E9DF
6#78EDE6
7#99F2EC
8#BBF6F2
9#DDFBF9
Tones
Muted variations
1#146C66
2#186762
3#1D625E
4#225D59
5#275855
6#2C5351
7#314E4D
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 | C4F7 #C4F7F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2EB | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EAE1 | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E5D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC7BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E95 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F716A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #094844 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFC;
--teal-100: #DFFBF9;
--teal-200: #C4F7F4;
--teal-300: #97F2EB;
--teal-400: #61EAE1;
--teal-500: #34E5D9;
--teal-600: #1AC7BB;
--teal-700: #159E95;
--teal-800: #0F716A;
--teal-900: #094844;
--teal-950: #062D2B;
}